Hi,

In the following code, require_once() borks, complaining:
"Failed opening required 'includes/companies.php' (include_path='.:..')"

"""
ini_set("include_path", "../../php");

require_once('includes/common.php');
require_once('includes/validate.php');
require_once('includes/company.php');
require_once('includes/companies.php');
"""

The strange thing is: I have other code where this same method _does_
appear to work. Anyone care to enlighten me?

I'm using PHP 4.3.8.


BigSmoke Smokes your problems, coughs fresh air

PS: I was not sure in which newsgroups to (cross-)post this.
I thought, it might be better fit for php.version4, but, since
I wasn't sure, I decided on php.general.

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



Reply via email to