Jul
PHP includes question
I have a php file that consists of two include files and I want to include it within another php file called main_page.php. Is there a limit to how many includes of php files you can have?
For example, would this be possible?
main_page.php
contains: include (page1.php)
page1.php
contains: include (page2.php)
page2.php
contains: include (page3.php)
page3.php (no includes)
Thanks,
30,000 Mb And Unlimited Bandwidth Only $3.75/mo.
Powered By: BigInfo.org
Relevant Links

