Hello,
I have the following code (which opens a database connection and then links to a table.)
include("config.inc.php");
at the beginning of a script, but the file (which exists in the same directory as the script) is not being called.
I have verified that the file is there and that the spelling is correct (there is no complaint for PHP not being able to read the file)
Since it is not being read, the mysql search is not working.
If I copy the lines from the config.inc.php file to this file, everything works.
I have tried using the full directory structure to no avail.
Any ideas?
Thanks
Steve