Posted by Gordon Burditt on 11/01/21 11:46
>I am new to PHP and MySQL. I was writing a script to pull data from
>SQL server and display the data. There's a "submit" button. When the
>user clicks "submit", the form calls itself and I "expect" the submit
>value is set. However, I find the $submit is never set. Is there
>something wrong with my script?
Use $_POST['submit'], not $submit .
'register_globals' is evil.
Gordon L. Burditt
Navigation:
[Reply to this message]
|