Date: 07/28/00
- Next message: Daniel E. Baumann: "[phplib] Session id implementation"
- Previous message: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- In reply to: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Depending on the server's setup, you might be able to put the following lines
in an .htaccess file in your document root:
---snip---
php_value include_path .:/path/to/phplib/php/
php_value auto_prepend_file prepend.php3
---snip---
The first value sets your include path, and the second one tells PHP to
automatically include prepend.php3 at the beginning of every PHP file.
(assuming that it's somewhere in include_path)
I hope this helps.
James Potts
(webmaster <email protected>)
On Thu, 27 Jul 2000, Don Lair wrote:
> I am attempting to get phplib working on my server (phpwebhosting) and I am
> having some problems.
>
> In the directions it says that I have to add an include or require line to
> php3.ini, but there's a couple problems. The server uses php4 so I can't
> find the file or anything similar. Further down the document for mod_php
> (which I think phpwebhosting is).
>
> Anyways, my question is where do I put the includes?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Daniel E. Baumann: "[phplib] Session id implementation"
- Previous message: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- In reply to: Don Lair: "[phplib] Installing phplib on phpwebhosting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

