I have been reading this thread with interest ... and amusement.
FWII for my web sites I have
1) Most PHP code in files outside of the document root
2) Site specific variables (constants, really) in an include.php file
3) All HTML is also in this include file and is the content a variable.
4) Nested in the HTML code are variables for the content, like the menu
and body text
5) All presentation is done using CSS
6) Each page just has PHP code (mostly function calls) where the content
variables are built
7) Finally the content variable is echoed.
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php