Re: [phplib] PHPLIB Install From: Joel Sutton (jsutton <email protected>)
Date: 04/26/00

Jared,

On Thu, 27 Apr 2000, Jared Eckersley wrote:

> I have got PHPLIB installed on my home pc, but need to setup PHPLIB on a
> webhosting account. PHP is installed on this system as an apache module. The
> admins will not give me acces to the php3.ini file, nor will they set the
> include path for me. If I stick a php3.ini file in my cgi-bin, will this work?

According section 2.5 of my copy of the PHPLib docs, is shoulds like you
should be able to use the include statement instead of the
auto_prepend_file option in the ini file. This will mean that you'll need
something like this in every file that uses PHPLib:

 include("../path-to-phplib/prepend.php3") ;

Hope this helps.

Cheers, Joel...

---
Joel Sutton                       |
Software Developer                |             jsutton <email protected>
ITworks Consulting                |         http://www.itworks.com.au/
Phone: (03) 9642 5477             |              Fax:   (03) 9642 5499

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>