On Thursday 28 March 2002 14:58, Brad Melendy wrote: > How is this different than using the php.ini file? > > "Photocon" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > At 22:41 3/27/2002 -0600, Dan Brunner wrote: > > >Has anybody told him to check his PHP.INI??? > > > > How about adding the following to httpd.conf: > > > > php_value include_path .:/usr/share/php:/path/to/webpages
Because you can have per-site settings which are different from those of php.ini. Also you can have per-file settings by using the ini_set() function. If you're not able to change the httpd.conf file then just use ini_set() at the beginning of all your php files to specify an include path. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Support wildlife -- vote for an orgy. */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php