I'd like to see an example of the header.inc/footer.inc/body.inc files. I'm concerened about how the tables in those files cooperate with the table in the main index.php file.
Thanks.
B-truE
Search found 2 matches
- Sun May 11, 2003 6:49 pm
- Forum: PHP - Code
- Topic: Layout for building a PHP web page/site...
- Replies: 5
- Views: 1105
- Thu May 08, 2003 9:03 pm
- Forum: PHP - Code
- Topic: Layout for building a PHP web page/site...
- Replies: 5
- Views: 1105
Layout for building a PHP web page/site...
I'd like to create some organized web pages using HTML & PHP. I want to have include files that will be used on the various pages (e.g. header.inc, footer.inc, styles.css, sidenav.inc ...). I want to know how to put it all together, so that it builds uniformly, up to standards, and works correct...