Weird problem which arose out of nowhere. Suddenly information which is POSTed to my script is not being captured, however it is captured via the GET method.
In other words, script.pl?var=1 works correctly however
does not.
This just happened, and I know of nothing which changed to cause it. I've tried both CGI_Lite and cgi-lib.pl and it occurs in both, so it's not the external library. The script is called correctly, however the parameters are simply missing.
Any ideas? [sig]<p> Sincerely,<br><a href=mailto: > </a><br><a href= Anderson</a><br>CEO, Order amid Chaos, Inc.<br>
[/sig]
In other words, script.pl?var=1 works correctly however
Code:
<form method="post" action="script.pl"><input type="text" name="var" value="1"></form>
This just happened, and I know of nothing which changed to cause it. I've tried both CGI_Lite and cgi-lib.pl and it occurs in both, so it's not the external library. The script is called correctly, however the parameters are simply missing.
Any ideas? [sig]<p> Sincerely,<br><a href=mailto: > </a><br><a href= Anderson</a><br>CEO, Order amid Chaos, Inc.<br>
[/sig]