Hi,
I want to make a link on my PHP file that when user clicks on it, it pops up a input box, which then user can type in something, then I could capture the user input and process it in my PHP code.
For example, in my pHP file, I have the user click on a link, a pop up input box displays, then asks: "what is your name?", user type in his/her name, then I capture the string of his/her name.
Can I do something like that without using javascript? TIA