Re: SSI calls

2002-08-31 Thread Todd Wade
"Jimmy George" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello World > > Is the line > > print DATAFILE ("The file was recorded at "); > > a valid cgi line for a string like this, I would use single quotes: print DATAFILE 'The file was recorded at '

Re: SSI calls

2002-08-30 Thread Nitish Bezzala
Try escaping the double quotes with a backslash print DATAFILE ("The file was recorded at "); "Jimmy George" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello World > > Is the line > > print DATAFILE ("The file was recorded at "); > > a valid cgi line? Al

SSI calls

2002-08-30 Thread Jimmy George
Hello World Is the line print DATAFILE ("The file was recorded at "); a valid cgi line? All I want to do is record the time a cgi script is called that writes other form data to a file but the server objects to this line. The rest of the form goes into DATAFILE OK. Is it because of the use of