+ 1
Help with PHP form
I am trying to make a simple login form with PHP. I have made the text boxes and the submit button. But then what? I wanted to make appear a text saying "Welcome (username)" after clicking the button, but I can't find the way. Can anyone help me? https://code.sololearn.com/wykYm4239wzc/?ref=app
5 Answers
+ 2
@Juca Navaz Reque I'm not quite sure. All I know is that, $_GET and $_POST doesn't work in SoloLearn. Try use a different compiler.
+ 1
It is not possible to use $_GET and $_POST in SoloLearn, and I don't think there are any other ways.
+ 1
Then I must do it in a computer @ReimarPB ?
0
It is not possible to use $_GET and $_POST in SoloLearn, and I don't think there are any other ways.
0
Do it with javascript