PDA

View Full Version : Store response from prompt in PHP variable


brady
03-18-2003, 11:39 PM
Hello, this is most likely a very easy task but it is bugging me, for I am still farely new to PHP.

So I want to take

prompt('What is your name?','')

Then store that response in a PHP variable.

The use for this wont be to store someone's name, but this is just my example.

filburt1
03-18-2003, 11:41 PM
You can't mix a client-side language (Javascript) with a server-side language (PHP).