RE: [PHP] include() and URL's

2002-01-17 Thread John (News)
I'm using my workstation as an all in one test box. It's running, IIS 4.0, and PHP for Windows version 4.0.6. At 11:13 AM 1/18/02 +1100, you wrote: > > The file is running on an NT box and can be accessed fine > > through IIS. It is only when using the include() statement to > > this file that p

RE: [PHP] include() and URL's

2002-01-17 Thread Jason Murray
> The file is running on an NT box and can be accessed fine > through IIS. It is only when using the include() statement to > this file that problems occur. If I do a local path map to it, > it will include fine but when using an URL it gives that error. Can you retrieve the file from that URL

RE: [PHP] include() and URL's

2002-01-17 Thread John (News)
The file is running on an NT box and can be accessed fine through IIS. It is only when using the include() statement to this file that problems occur. If I do a local path map to it, it will include fine but when using an URL it gives that error. Hippie. At 05:02 PM 1/17/02 -0700, you wrote:

RE: [PHP] include() and URL's

2002-01-17 Thread Johnson, Kirk
Does the file have persmissions such that it is include()-able by nobody? Kirk > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 4:33 PM > To: [EMAIL PROTECTED] > Subject: [PHP] include() and URL's > > > I'm trying to include