+ 1
How to ask a variable another time
I don't know how do this: ask $name in input echo "Your name is".$name ask $surname in input echo "Your surname is".$surname
1 Antwort
+ 5
There isn't any specified input method in PHP. You could try linking up the variable with a <form>