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?