Thread: PHP Includes
View Single Post
  #4 (permalink)  
Old May 31st, 2006, 20:54
Pheonix Pheonix is offline
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP Includes

Quote:
Originally Posted by lesleindotcom
I am used to the nice easy include statements of ASP, why can I not just include files like this?

Code: Select all
<?php require_once('/db/DB.php'); ?>
You can include files like that, however, the file you are calling might not exist in that location as said above, what is the exact error you are reciveing?
Reply With Quote