+ 1

Is there any different between using $_REQUEST['var_name'] and $_POST['var_name'] in php form handling.?

18th Jun 2018, 1:23 PM
Sachintha Sampath
Sachintha Sampath - avatar
2 Réponses
+ 5
$_request[] does what both $_get[] and $_post[] does.
18th Jun 2018, 1:27 PM
᠌᠌Code X
᠌᠌Code X - avatar
0
So, can we send same name with different values through POST and GET ?
18th Jun 2018, 1:40 PM
Sachintha Sampath
Sachintha Sampath - avatar