How to take input in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How to take input in php

17th May 2019, 6:35 PM
Vaishnavi Kota
3 Answers
17th May 2019, 7:01 PM
Mr AJX 😎😈
Mr AJX 😎😈 - avatar
+ 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.
21st May 2019, 12:38 PM
MD Salauddin
MD Salauddin - avatar
0
In PHP, you can't take user input, because it runs before it shows to the user.
17th May 2019, 6:39 PM
Airree
Airree - avatar