Re: FN-FORUM: Includes PHP question
date posted 25th January 2008 12:33
Think of it like CSS for code - you're only editing the code in one
place, rather than in every page.
But as Tony says, yeah, it just adds the code from the include to the
rendered page (don't forget, you're working server-side rather than
client-side, so this is all done before it gets sent down to the
client at all) so includes() are a complete godsend!
Alex
http://www.ozbon.com