Date: 08/08/00
- Next message: Morgan: "[phplib] Template Block problem {block} showing"
- Previous message: Gerry W. Paterson: "[phplib] authentication and htaccess"
- In reply to: Dennis Gearon: "Re: [phplib] use of PHPLIB on standard linux account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> How would I set up TWO directories for includes, if I wanted to,
> <~public_html/include>, and
> <~public_html/phplib> -or- <~public_html/include/phplib> and have all my
> projects pull off of them? This would allow me to keep my stuff seperate
> from phplib.
You can set up a list of directories to search for include files. PHP tries
those directories in the order you specify and picks up include files in the
first directory that it can.
See http://www.php.net/manual/html/configuration.html. Look for
"include_path".
Toby
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Morgan: "[phplib] Template Block problem {block} showing"
- Previous message: Gerry W. Paterson: "[phplib] authentication and htaccess"
- In reply to: Dennis Gearon: "Re: [phplib] use of PHPLIB on standard linux account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

