hello dudes,
i want to write a program in php which enable user input???
from the user>>>
here is the code but doesn't asking any user input....even i enabled pop up block off>>
help me out
hello dudes,
i want to write a program in php which enable user input???
from the user>>>
here is the code but doesn't asking any user input....even i enabled pop up block off>>
help me out
For that you don't require php....Just make a textfield and take input from it....
Enter your name<input type="text" name="name">
I cant able to understand your queries. Can you explain with some more details?
or do you want prompbox???
just clarify your problem...
s i wanna get user input from the prompbox via keyboard ..
but i don't know the exact command in php..
Oh no brother it's not possible for PHP to do that... you see, PHP is a Server-Side Script. That means when the Webpage stop loading, your PHP script also stop.
You can do this btw using Javascript which is an "Active Script"
Goodluck!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.