![]() |
|
|
+ Search |
![]()
|
Jun 14th, 1999 07:00
Nathan Wallace, Padraic Renaghan
Assuming you are using Apache, with php set up to run as an apache module, you can set php3 directives in a .htaccess file. To set the include path add the following line: php3_include_path ".:/path/to/my/include/dir:/other/path" Note that this path is interpreted like normal unix path commands. http://www.php.net/manual/configuration.php3