Hi, I'm learning PHP in this moment and my tuturial give me this code:
But it won't work. Why? Thanks
Code:
<HTML> <FORM> Please type your name here:<BR> <INPUT TYPE=TEXT NAME=username><BR><BR> <INPUT TYPE=SUBMIT VALUE="Submit data"> </FORM> <BR><BR> You typed: <?php echo ($username); ?> </HTML>
Comment