LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-08-2000, 08:51 PM
Av Av is offline

Super Moderator
 
Join Date: Aug 2000
Location: England
Posts: 960
Rep Power: 13
Av has disabled reputation
Guy

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).]
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 04:32 PM.