Hi Jason, --- Jason Barnett <[EMAIL PROTECTED]> wrote: > I'm new to php and web development in general. I've toyed with > ASP a little and enjoyed using "include" statements to include > my navigation and heading pages. Does PHP provide a similar > statement, or is there something else I can do to achieve this > effect?
You should familiarize yourself with the PHP manual here: http://www.php.net/manual/ In addition, you can often find out about any function by trying a URL such as this: http://www.php.net/include If include is a function (which it happens to be), you will be shown the manual page for that function. Hope that helps. Chris ===== Become a better Web developer with the HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php