Re: [PHP] changing PHP include location without .htaccess

2003-06-22 Thread Jason Wong
On Monday 23 June 2003 05:10, Tim Thorburn wrote: > I have a site running on a shared server (and as such, I have no access to > the php.ini file) that I'd like to be able to change the default include > path. I've done this before using the .htaccess file and the following > command: > > php_val

[PHP] changing PHP include location without .htaccess

2003-06-22 Thread Tim Thorburn
Hi, I have a site running on a shared server (and as such, I have no access to the php.ini file) that I'd like to be able to change the default include path. I've done this before using the .htaccess file and the following command: php_value include_path ".:/path/to/web/" However, on this pa