+ 1

How to take input from user in php

php

16th Apr 2018, 8:11 AM
Olalekan Agbona
Olalekan Agbona - avatar
2 Answers
+ 1
well. html forms are for that task. you can read POST or GET data on the server. user is also able to make GET requests himself, but it is stupid.
16th Apr 2018, 8:54 AM
Curly Brace
Curly Brace - avatar
+ 1
You might want to look at Forms in HTML/PHP, if you look in the lessons in PHP you'll see it there.
16th Apr 2018, 8:54 AM
Limitless
Limitless - avatar