tomasz abramowicz wrote:
Al wrote:
Anyone know to get IE6 to return POST data from a textarea when the
text is pasted in?
Works fine for Mozilla, etc.
print_r($_POST) shows several <input...> and <text ...> values just
fine.
Thanks....
post your code.
ie6 not returning post values from textarea fields works fine for me.
ie6 not returning post value is not php.
try sending to a file which has <?php phpinfo(); ?> as its first line.
check in the last table if you find your missing var.
bye.
t.
I'm onto the bug.
If the text contains "…" char [hex 85]; IE6 doesn't send the POST data. There may be other bad characters; i haven't
tested yet.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php