Hi
You can do something like this:

ini_set ("include_path",ini_get("include_path").":second_include_path");


Tom
At 07:05 AM 10/04/2002, Robert Abbate wrote:
>I have a directory with php files that I incorporate into my website as
>libraries via a php_include() call, I would like the path to include my
>library directory so I can include the library files from any directory.
>There is no way to overload php's include path on a user by user basis?
>
>
>Thanks
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php


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

Reply via email to