Re: [PHPLIB] PHPLIB ISP From: Bryan McGuire (joefriday <email protected>)
Date: 01/22/00

Yup, it's common knowledge all right. Read section 2.6 in the manual.

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.