Forum Moderators: coopster

Message Too Old, No Replies

Php Post Method Not Working

         

Mahabub

12:25 pm on Jul 26, 2009 (gmt 0)

10+ Year Member



In my new host GET & Cookies are working fine. But Post method not working. What could be the reason? Any changes could make that happen from php.ini?

Any help would be highly appreciated

eelixduppy

2:45 pm on Jul 26, 2009 (gmt 0)



How do you know they are not working? Are you getting undefined variables errors?

Also, what is the value of your "variables_order" directive in your php.ini file?

Mahabub

4:48 pm on Jul 26, 2009 (gmt 0)

10+ Year Member



Dear eelixduppy,

Thanks for your prompt reply.

I checked with form using POST method. I didnt get any POST data using print_r($_POST)

i am not getting any errors.

and variables_order = EGPCS