Re: [PHP-DEV] include_path='.:/usr/local/lib'

2002-01-12 Thread Edin Kadribasic
- 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

[PHP-DEV] include_path='.:/usr/local/lib'

2002-01-12 Thread Bryan Nisperos
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