On Thursday 27 June 2002 17:13, you wrote:

> I am running php4.2.1.  I tried to use a simple include() coommand, but the
> path that it defaults to is /usr/local/lib/php.  Can anyone tell me how to
> change this?
>
> Thanks

You can change this either in your php.ini or add it to a .htaccess as;

php_value include_path ".:/path/to/your/dir"

if your system is setup for it.

matt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to