Use Javascript input for PHP Script
Posted: Wed Oct 01, 2003 1:45 am
If I have this javascript code:
var name = prompt("What is your name", "Type you name here");
Is there any way that I can use that input in a php script?
var name = prompt("What is your name", "Type you name here");
Is there any way that I can use that input in a php script?