G'day,
has any of You ever experienced the problem that posted forms deliver an
empty $_POST-array?
I have a form like:
<form method="POST" action="https://.../result.html?qid =70">
<input type="checkbox" value="1" name="1a">
<input type="checkbox" value="1" name="1b">
(...)
<input type="submit" name="Answer" value="Answer">
</form>
and every once in a while I get empty results (1 out of 10, maybe). This
only happens in MSIE 6.0, as far as I can see, but I'm not absolutely sure.
Some users have the problem all the time, some never.
I use https to connect and mod_rewrite to rewrite "result.htm l" to
"result.php "...
SERVER_SOFTWARE :
Apache/1.3.27 (Unix) PHP/4.3.1 mod_ssl/2.8.12 OpenSSL/0.9.6g
Beats me ... help _very_ appreciated.
Rudi
has any of You ever experienced the problem that posted forms deliver an
empty $_POST-array?
I have a form like:
<form method="POST" action="https://.../result.html?qid =70">
<input type="checkbox" value="1" name="1a">
<input type="checkbox" value="1" name="1b">
(...)
<input type="submit" name="Answer" value="Answer">
</form>
and every once in a while I get empty results (1 out of 10, maybe). This
only happens in MSIE 6.0, as far as I can see, but I'm not absolutely sure.
Some users have the problem all the time, some never.
I use https to connect and mod_rewrite to rewrite "result.htm l" to
"result.php "...
SERVER_SOFTWARE :
Apache/1.3.27 (Unix) PHP/4.3.1 mod_ssl/2.8.12 OpenSSL/0.9.6g
Beats me ... help _very_ appreciated.
Rudi
Comment