PHP Post method not working in Godaddy web hosting (linux)

actionsov

Newbie
Joined
Jan 17, 2014
Messages
47
Reaction score
6
PHP Post method not working in Godaddy web hosting (linux). I tried all options of changing
php5.ini, .htaccess , raised ticket and awaiting.

Its not returning the form text value in post method
If any face the same error please help me to sort out
 
never heard of such issue on any host.. you sure you are doing it right? try debugging with print_r($_POST);
 
Its issue with php.ini and .htaccess I am getting empty value as printed :(
 
wasted one hour for my basic mistake. Missed id/name attribute in input tag
 
i told ya i never heard POST to not work... glad you made it :)
 
Back
Top