Re: [PHP] how to configure PHP (.ini) so I can use include() from any directory

2002-05-21 Thread Tom Rogers
Hi I use this at the start of my pages, it adds the original path to the extra one: (keeps the include files out of the web servers view :) ini_set ("include_path",ini_get("include_path").":../include"); Tom At 06:47 PM 21/05/2002, Wilbert Enserink wrote: >Hi all, > > >anybody knows how to c

[PHP] how to configure PHP (.ini) so I can use include() from any directory

2002-05-21 Thread Wilbert Enserink
Hi all, anybody knows how to configure PHP (.ini) so I can use include() from any directory instead of declaring specified "paths" in php.ini? I'm currently using php 4.05 with apache 1.3 something on a winXP test machine regards. Wilbert - Pas de Deux Van Mierisst