[PHP] problem including a file

2002-12-30 Thread Omar
I have an include line in all the php files i write something like -- include('connection.inc'); The include path is d:\includes. (win nt 4, php 3.0.11) It worked fine before but today failed to open the include file. Does anyone has a clue about what could cause this problem? Thank you. --

Re: [PHP] problem including a file

2002-12-30 Thread Tyler Longren
- Original Message - From: Omar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 30, 2002 1:32 PM Subject: [PHP] problem including a file I have an include line in all the php files i write something like -- include('connection.inc'); The include path is d:\includes