Re: [PHP] PHP's include_path

2002-02-04 Thread Neil Freeman
Thanks for the syntax info Lars. Neil Lars Torben Wilson wrote: > On Mon, 2002-02-04 at 01:43, Neil Freeman wrote: > > Hi there, > > > > Am I correct in thinking that you can specify the PHP include_path line > > within an Apache .htaccess file? If so does anyone know the correct > > syntax of

Re: [PHP] PHP's include_path

2002-02-04 Thread Neil Freeman
Thanks for the quick reply Jason. This looks like it'll achieve what I want but I think that using a htaccess file is a better 'overall' method. Cheers, Neil Jason Wong wrote: > On Monday 04 February 2002 17:43, Neil Freeman wrote: > > Hi there, > > > > Am I correct in thinking that you can sp

Re: [PHP] PHP's include_path

2002-02-04 Thread Lars Torben Wilson
On Mon, 2002-02-04 at 01:43, Neil Freeman wrote: > Hi there, > > Am I correct in thinking that you can specify the PHP include_path line > within an Apache .htaccess file? If so does anyone know the correct > syntax of doing this? Something along the lines of: AddType application/x-httpd-ph

Re: [PHP] PHP's include_path

2002-02-04 Thread Jason Wong
On Monday 04 February 2002 17:43, Neil Freeman wrote: > Hi there, > > Am I correct in thinking that you can specify the PHP include_path line > within an Apache .htaccess file? If so does anyone know the correct > syntax of doing this? > > If you cannot specifiy PHP's include_path line from within

[PHP] PHP's include_path

2002-02-04 Thread Neil Freeman
Hi there, Am I correct in thinking that you can specify the PHP include_path line within an Apache .htaccess file? If so does anyone know the correct syntax of doing this? If you cannot specifiy PHP's include_path line from within this file - how do you use different include paths for different