You can probably override the include_path setting by using .htaccess file
in your document root with the following content:

php_value include_path ".."

You should ask questions like this on the php-general list. This one is
about developing php itself.

Edin
----- Original Message -----
From: Bryan Nisperos
To: [EMAIL PROTECTED]
Sent: Sunday, January 13, 2002 3:08 AM
Subject: [PHP-DEV] include_path='.:/usr/local/lib'


i am developing on win2k pro/IIS where include_path = ".." and when i
include a file the syntax is include("includes/References.php");

but my web hosting server is a Linux/Apache where the include_path =
.:/usr/local/lib/php.

Question is: What is the syntax to "include" my file
"includes/References.php" on my web server that uses Linux/Apache?

thanks for the help



Bryan Nisperos
www.higherinnovation.com
[EMAIL PROTECTED]
[EMAIL PROTECTED]
206.250.5176





Send and receive Hotmail on your mobile device: Click Here
-- PHP Development Mailing List To unsubscribe, e-mail:
[EMAIL PROTECTED] For additional commands, e-mail:
[EMAIL PROTECTED] To contact the list administrators, e-mail:
[EMAIL PROTECTED]


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to