Re: [PHPLIB] PHPLIB ISP From: garyb <email protected>
Date: 01/24/00

This is true only if the ISP doesn't have Apache set up with Override None
in the httpd.conf or access.conf files. If they do, there is a hook in
prepend.php3 to insert an include directory of your choosing in the include
string, so all you'd have to do is put that string in prepend.php3 and
"include" prepend.php3 in every file.

Bryan said,
> If your isp is running php as an apache module with support for
> mysql, that's really all you need. You can override php3.ini in a
> .htaccess file as in the following example:
>
> # sample .htaccess file
> php3_include_path .:/home/myaccount/phplib
> php3_auto_prepend_file prepend.php3
> php3_track_vars on
> php3_magic_quotes_gpc on
>
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.