Hi all,

If you're having trouble with PHP includes and directories, are on a
shared server, etc. this function is totally cool:

ini_set("include_path",".:/your/dir/to/whatever:/another/dir/to/whatever");
make sure you put the '.:' at the begginning and seperate with a ':'.
I'm using it and it works really well if you put it at the top of all
your pages! The include_path returns to the normal value when the script
is completed.

-Michael
-- 
Mike <[EMAIL PROTECTED]>


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

Reply via email to