+ 1
I'm try to use global keyword $_post on my systems is not working what is the problem ?
php problem on my system
5 odpowiedzi
+ 2
Are you using it in UPPERCASE?
$_POST
+ 2
So you should do it, because this variable is used in uppercase, not in lowercase.
$get_input = $_POST["name_of_input"];
+ 1
No
+ 1
I will try that now thanks
+ 1
thanks its work perfect .......