-
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
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/Reference