Andy Loftus a écrit :
Does anyone have any ideas as to why $_POST would be empty when submitting a form to php?

I remember a post in this list about IE 6 not sending POST datas some times (when reloading an html form).

If you use Mozilla or Firefox, the Livehttpheaders[1] extension
can help seeing what html headers are sent/received
So you can see if it's browser or server related.

Perhaps there's a strange setting in php.ini.
Add a 'phpinfo()' in your PHP code and search weird things
(you can also see there if POST is empty)

Hope it helps,

Christophe

[1] http://livehttpheaders.mozdev.org/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to