On Tue, 27 May 2003 20:13:52 -0400
"Harlan Lax" <[EMAIL PROTECTED]> wrote:
> I am using a ISP that provides php and mysql but doesn't allow me to
> edit the php.ini. I cannot change the include path to point to a
> directory I have access to. Is there a way to set ini setting in a
> script ?
>
Harlan,
A better solution is to use to relative paths.. :-)
eg
include("incl/config.php");
where incl is the directory that contains the file that you wish to utilise.
Regards
George Patterson
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php