how to access form data entered via POST | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to access form data entered via POST

POST command

6th Aug 2016, 11:37 AM
Vishal Gupta
Vishal Gupta - avatar
2 Answers
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