Date: 01/22/00
- Next message: little kulit: "Re: [PHPLIB] Calling Javascript from php"
- Previous message: Vibol Hou: "RE: [PHPLIB] PHPLIB ISP"
- In reply to: Ammon Dorny: "[PHPLIB] PHPLIB ISP"
- Next in thread: garyb <email protected>: "Re: [PHPLIB] PHPLIB ISP"
- Reply: garyb <email protected>: "Re: [PHPLIB] PHPLIB ISP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: little kulit: "Re: [PHPLIB] Calling Javascript from php"
- Previous message: Vibol Hou: "RE: [PHPLIB] PHPLIB ISP"
- In reply to: Ammon Dorny: "[PHPLIB] PHPLIB ISP"
- Next in thread: garyb <email protected>: "Re: [PHPLIB] PHPLIB ISP"
- Reply: garyb <email protected>: "Re: [PHPLIB] PHPLIB ISP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

