RE: Cant open file...

2002-04-03 Thread Timothy Johnson
Don't feel too bad. I wish I could reclaim the hours wasted by forgetting to escape backslashes. :P -Original Message- From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 6:53 PM To: Timothy Johnson Cc: [EMAIL PROTECTED] Subject: RE: Cant open

Re: Cant open file...

2002-04-03 Thread Michael Kelly
On 4/3/02 6:47 PM, Daniel Falkenberg <[EMAIL PROTECTED]> wrote: > Well I think I have figured it out... > > The location of my file looked like this... > > $file = "c:\folder\folder\test.cgi"; > > Now this didn't work like this so I changed it to... > > $file = 'c:\folder\folder\test.cgi'; >

RE: Cant open file...

2002-04-03 Thread Daniel Falkenberg
Of coarse I had no problem with the linux box... :) -Original Message- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] Sent: Thursday, 4 April 2002 12:14 PM To: Daniel Falkenberg; Timothy Johnson Cc: [EMAIL PROTECTED] Subject: RE: Cant open file... Ah. There's your problem.

RE: Cant open file...

2002-04-03 Thread Timothy Johnson
know what you mean if you use forward slashes, so that might be easier to read. "c:/folder/folder/test.cgi". -Original Message- From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 6:48 PM To: Timothy Johnson Cc: [EMAIL PROTECTED] Subject: RE: Cant op

Re: Cant open file...

2002-04-03 Thread Tanton Gibbs
D]> Sent: Wednesday, April 03, 2002 9:47 PM Subject: RE: Cant open file... > Well I think I have figured it out... > > The location of my file looked like this... > > $file = "c:\folder\folder\test.cgi"; > > Now this didn't work like this so I changed it t

RE: Cant open file...

2002-04-03 Thread Daniel Falkenberg
s long as it works :) Regards, Dan -Original Message- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] Sent: Thursday, 4 April 2002 11:30 AM To: Daniel Falkenberg; [EMAIL PROTECTED] Subject: RE: Cant open file... You really haven't given us much to go on, but I guess you might double-

RE: Cant open file...

2002-04-03 Thread Timothy Johnson
EMAIL PROTECTED] Subject: Cant open file... Hi all, Just wondering why this error message is appearing on my windows box. I can read the file okay on a Linux box but when I ported my program to the Windows box I am not receiving the following error message. I have set the permissions on the file the

Cant open file...

2002-04-03 Thread Daniel Falkenberg
Hi all, Just wondering why this error message is appearing on my windows box. I can read the file okay on a Linux box but when I ported my program to the Windows box I am not receiving the following error message. I have set the permissions on the file the full access to everyone (For testing p