hi,
i m using this code to send login and password
information from a flash 4 flash.
the two text fields defined
login
password
a button submit
whose action is defined as
On(Release)
Get URL("/cgi-bin/authenticate",vars=POST)
End On
and the cgi -script is
#!/usr/bin/perl -wT
print "Content-Type:text/html
";
print “<html>”
print $ENV{QUERY_STRING};
print “</html>”;
Button is working fine
but it displays nothing on the page
.
plz help as i m stuck on this small problem.
cheers
harsh