Thank you Mark,
Now what if I wanted to have 4 "section" to my site. I want to have a header, a footer, a left nav bar, and the content.
Could I do something like this:
<HEAD>
<TITLE>this is the title</TITLE>
</HEAD>
<BODY bgcolor="#C0C0C0">
<CENTER>
//Create a table with the 4 sections in the appropriate sizes, then do a
<? require_once("XXX.inc"); ?>
in each cell of the table
</CENTER>
</BODY>
Could I do something like that? Also, with PHP, everybody (IE, NS, Mozilla, Oprea) can view it since it's a server side thing, correct?
My site is currently using CSS to do all the includes of headers and such, and I've heard that a lot of NS and other uses can't see my page properly.
Would doing the PHP above solve this?
Thanks
-Kevin