What is $_POST ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is $_POST ?

17th Oct 2016, 5:38 PM
Hussein Hallafi
Hussein Hallafi - avatar
3 Answers
+ 1
$_POST gets data from a form
18th Oct 2016, 1:44 AM
Feliphe Allef
Feliphe Allef - avatar
+ 1
in html: <input type="text" name="text"> in php: $text = $_POST['text']; echo $text it shows the text wrote in "text" input
18th Oct 2016, 1:45 AM
Feliphe Allef
Feliphe Allef - avatar
+ 1
Dude, if you putting code, put all, where is isset, probably he is a newbie so you should put all code for getting infos from forms
19th Oct 2016, 8:00 PM
Adrian Kuriata
Adrian Kuriata - avatar