RE: [PHP] missing simple php functionality

2003-02-20 Thread Johnson, Kirk
The field name in the form is user_name, and the echo is for name. Are you copying the value from $user_name to $name at some point? Kirk -Original Message- From: ML [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: [PHP] missing

Re: [PHP] missing simple php functionality

2003-02-20 Thread Ernest E Vogelsinger
At 22:04 20.02.2003, ML spoke out and said: [snip] the HTML: html body h1Enter Your Name/h1 form action=simplephp.php action=POST input type=text size=20 maxlength=20 name=user_name input type=submit value=Submit Your Name /form

Re: [PHP] missing simple php functionality

2003-02-20 Thread Michael Lemmerling
Actually I believe it was the registers global which I had already changed. I just didnt get to see the results of changing it becuase I did mess that user_name vs. name part up...but at least now I know to remember setting or unsetting registerglobals. Thanks! -ML -- PHP General Mailing