
kind1
Deleted
May 1, 2000, 8:28 PM
Post #1 of 3
(261 views)
|
|
creating cgi scripts with a cgi script - \ and other characters
|
Can't Post
|
|
ok..... I have a cgi cript that is creating another cgi script with the OUTFILE command. I know I need to put a '\' in front of $ and @ to make sure they make it to this new cgi program, however, how do I get '\n' to output to a file? it is just making newlines instead... I tried '\\n' but that didn't work... I need it so it can output to html pages (Content-type: text/html\n\n) thanks for the help
|