Re: [PHP] change PHP include directory

2003-09-14 Thread Tom Rogers
Hi, Sunday, September 14, 2003, 3:25:57 PM, you wrote: TT Hi, TT Normally to change a sites include directory for PHP I'd use a .htaccess TT file and the following command: TT php_value include_path .:/path/to/web/ TT Again normally, I would get the path to the site by doing a simple TT

[PHP] change PHP include directory

2003-09-13 Thread Tim Thorburn
Hi, Normally to change a sites include directory for PHP I'd use a .htaccess file and the following command: php_value include_path .:/path/to/web/ Again normally, I would get the path to the site by doing a simple phpinfo(); command and find the _ENV[DOCUMENT_ROOT] line near the end of the

Re: [PHP] change PHP include directory

2003-09-13 Thread John W. Holmes
Tim Thorburn wrote: Normally to change a sites include directory for PHP I'd use a .htaccess file and the following command: php_value include_path .:/path/to/web/ Again normally, I would get the path to the site by doing a simple phpinfo(); command and find the _ENV[DOCUMENT_ROOT] line near