+ 1
How to take input from user in php
php
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.
+ 1
You might want to look at Forms in HTML/PHP, if you look in the lessons in PHP you'll see it there.