how to access form data entered via POST | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

how to access form data entered via POST

POST command

6th Aug 2016, 11:37 AM
Vishal Gupta
Vishal Gupta - avatar
2 Réponses
0
$_post
6th Aug 2016, 12:45 PM
Nitin Sawake
Nitin Sawake - avatar
0
if form data $_POST <input type= "text" name="foo" id="poo"> after form submission u can access it as $_POST['foo'] where foo is the name of input
7th Aug 2016, 8:31 AM
Ravi Chaudhary
Ravi Chaudhary - avatar