
Welcome Guest
|
#1
|
|||
|
|||
|
This script was working, now it isn't, It's been a while since I used it and I cannot remember if I changed anything in this while I was trying new things out. Could someone please look this over to see if there are any blatent mistakes ..............
_____________________________________ #!/urs/local/bin/perl #writetodb.pl print "Content-type: text/html\n\n"; # Generate HTTP header print "[HTML][HEAD][TITLE]~Sent~[/TITLE][/HEAD]\n"; print "[BODY][H1]Your message was SENT !![/H1]\n"; print " Now return to send again [/P]\n"; print "[HR]\n"; print ' [A HREF="/cgi2.swf"]Return[/A][/P]'; print "\n[/BODY][/HTML]"; if($ENV{"REQUEST_METHOD"} eq "GET") { $querydata = $ENV{"QUERY_STRING"} } else { read(STDIN, $querydata, $ENV{"CONTENT_LENGTH"}) } open(TOFILE, '>data.txt'); print TOFILE "$querydata"; close (TOFILE); _____________________________________ This is the error message I get......... It looks like there was an error: Your script produced this error: (Maybe you didn't strip carriage returns after a network transfer?) Thanx ~ ~Av~ ------------------ <Embed Src="http://members.tripod.co.uk/AV/sig.swf" type="application/x-shockwave-flash" width="200" height="40"></Embed> [This message has been edited by Av (edited 11-08-2000).] |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP script check please | Ben-41 | Newbies |
12 | 11-23-2006 07:21 PM |
| what action script must i use to make my back & next button work?? | mick8 | Flash MX ActionScript |
1 | 07-30-2004 12:12 PM |
| Fun Script (check it out) | ouoertheo | Flash MX ActionScript |
1 | 04-20-2004 11:23 PM |
| Back Button Problem, Please Check Out My FLA! | theKeyper | Flash MX ActionScript |
0 | 03-01-2004 12:21 PM |
| testing my array(); script here check it out | f5inter | Flash MX ActionScript |
1 | 06-09-2002 02:47 AM |

Other Programming




