Re: [PHP] Apache Default File Include

2002-04-04 Thread Dan Tappin
Thanks... That is exactly what I was looking for. Dan > > go to the PHP online documentation and look in the configuration section. > > auto_append_file string > Specifies the name of a file that is automatically parsed after the main > file. The file is included as if it was called with the in

Re: [PHP] Apache Default File Include

2002-04-04 Thread Dennis Moore
go to the PHP online documentation and look in the configuration section. auto_append_file string Specifies the name of a file that is automatically parsed after the main file. The file is included as if it was called with the include() function, so include_path is used. The special value none d