sushank Posted September 10, 2007 Share Posted September 10, 2007 help me.....its not working...... i have seen this code in wrox professional php programming....and try to run it...... <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> when we enter the name and press the submit button its should print wat ever u have entered...but its not working...can any please tell me wats the problem....and i am using wamp 1.7.2.........waiting for ur replies........ Quote Link to comment https://forums.phpfreaks.com/topic/68703-code-not-working/ Share on other sites More sharing options...
Daniel0 Posted September 10, 2007 Share Posted September 10, 2007 echo $_GET['username']; 1. Buy a newer book. Your book sucks (apparently). 2. Post in the correct forum. 3. Use tags when posting code. 4. Don't end each sentence with multiple dots. 5. It is spelled "what", "your" and "you", not "wat", "ur" and "u". Only people who type [i]really[/i] slowly would benefit from such (annoying) abbreviations. 6. Its != it's. Quote Link to comment https://forums.phpfreaks.com/topic/68703-code-not-working/#findComment-345363 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.