+ 8
How to take input in php
3 Respuestas
+ 14
Check hear⬇⬇⬇⬇⬇
https://www.sololearn.com/Discuss/63814/?ref=app
+ 7
This is the built in PHP super global array variable that is used to get values submitted via HTTP GET method.
The array variable can be accessed from any script in the program; it has a global scope.
This method displays the form values in the URL.
0
In PHP, you can't take user input, because it runs before it shows to the user.