On Wednesday 18 June 2003 03:08, Mike Morton wrote: > I have an application that I set the include directory using the ini_set > (the application assumes that the client does not have access to the > php.ini files). > > I can set the first include path of course: > ini_set("include_path","/Library/WebServer/Documents/includes"); > > But how do I set additional paths like in the ini file? If I try to do > another ini set, then it replaces the initial one, and I cannot seem to > find any way to set more than one path in the initial ini_set above....
Separate multiple directories with a semi-colon? -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* The greatest productive force is human selfishness. -- Robert Heinlein */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php