+ 1
Is there anyway of getting inputs in php language??other than FORM
php input???
2 Réponses
+ 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.
+ 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