How to take input in php | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 8

How to take input in php

17th May 2019, 6:35 PM
Vaishnavi Kota
3 Respostas
+ 14
Check hearā¬‡ā¬‡ā¬‡ā¬‡ā¬‡ https://www.sololearn.com/Discuss/63814/?ref=app
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