Help with PHP form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

6th Feb 2018, 6:09 PM
Juca Navaz Reque
Juca Navaz Reque - avatar
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.
6th Feb 2018, 6:38 PM
ReimarPB
ReimarPB - avatar
+ 1
It is not possible to use $_GET and $_POST in SoloLearn, and I don't think there are any other ways.
6th Feb 2018, 6:15 PM
ReimarPB
ReimarPB - avatar
+ 1
Then I must do it in a computer @ReimarPB ?
6th Feb 2018, 6:23 PM
Juca Navaz Reque
Juca Navaz Reque - avatar
0
It is not possible to use $_GET and $_POST in SoloLearn, and I don't think there are any other ways.
6th Feb 2018, 6:15 PM
ReimarPB
ReimarPB - avatar
0
Do it with javascript
6th Feb 2018, 7:03 PM
David Vecek
David Vecek - avatar