Is there anyway of getting inputs in php language??other than FORM | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there anyway of getting inputs in php language??other than FORM

php input???

21st Dec 2016, 1:55 PM
Praveen Bsd
Praveen Bsd - avatar
2 Answers
+ 1
Your question is not well formed, buddy. Inputs are html related tags. You are looking, I presume, for data transfer methods. Yes, you can pass information through the URL and manipulate it with $_GET supoerglobal. You can use sessions and cookies as well.
21st Dec 2016, 2:50 PM
CHMD
CHMD - avatar
+ 1
Form elements are the only source of inputs in html. JS has also some events that can be used as user input, like onclick, onmouseover
21st Dec 2016, 3:41 PM
Rishi Anand
Rishi Anand - avatar