I have a form that uses PHP and MySQL. I would like for a particular button to open a window prompt (much like the Javascript window.prompt function) that allows for a user to enter their name, then carry that name as a variable elsewhere in the PHP script.
For example, clicking button to delete a record opens a prompt/alert/confirm window that asks for the user's name, then the name entered can be stored, emailed, etc.
Anyone have a good way to do this? I've hunted around the net and can't find anything definite.
--
M