Howto? I want to include gamelist.html on index.html. phpBB uses <!-- INCLUDE overall_header.html --> but that is a comment but it works for phpBB but not on my page.
you would need to change your website to PHP and then use the include function. I would take a guess that is how PHPBB did it.
supajason was here
Do you mean a php Include Statement? If so, you have to put a code like this where you want the content to show up. That is, ASSUMING I'm understanding correctly.
<?php
include($_SERVER['DOCUMENT_ROOT']."/gamelist.php");
?>
Be sure on the gamelist page you only put the php or html of the content itself, not the background, css or anything like that.
This is my Xenogears novel site. Check it out if you like!
http://xenonovel.com
Ryoko126: Squeeing over 35 year old rpg guys since 2001. XD
I renamed the index to .shtml and used an SSI command now. Dreamweaver 8 + shtml = bad idea. The design thing mess up. How do I fix it? I managed including the file with SSI anyway. Eh WTH I use php instead...
Last edited by galaxyAbstractor; 11-17-2007 at 01:35 PM.