I should add that I'd heard that the following will set the include_path to the server root, no matter where you call includes from:

ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');

But this doesn't seem to be doing it for me. Also my development server is Windows and my production server is BSD, in case that affects things...

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



Reply via email to