Re: [PHP] POST superglobal is empty

2004-08-05 Thread Christophe Chisogne
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

[PHP] POST superglobal is empty

2004-08-03 Thread Andy Loftus
Does anyone have any ideas as to why $_POST would be empty when submitting a form to php? I am running PHP5 as CGI in apache 1.3.22 on redhat linux. I've also tried php4.3.8 CGI (same php configuration and .ini file) and I get the same behavior. When I submit an html form with method=post, the $