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