So I am really cornfused about the include function.

If I use the include function to make my code readable and neat where does the included code go. For instance:

if (some variable){
include(page.php);
}

Does the code go into the current page where the include statement is located on the page. Hope that makes sense.

Matt G

--
Matthew Gonzales
IT Professional Specialist
Enterprise Information Technology Services
University of Georgia
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Phone: (706)542-9538

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to