+ 1
Is there a way to get user input with PHP?
I still don't know if there's a way, and, if there is, I'd like to know it.
3 Answers
+ 8
There's no way for PHP to take users input, it only uses html <form> to get users input.
+ 1
You should look up Ajax calls. You can use jquery to get user input and post it to a php script and get the output.
0
In sololearn not easy. If you run your php on any server you cann use something like mypage.php?myvar=myvalye&othervar=othervalue