Re: [PHP-DB] enter key?

2002-01-17 Thread Jason Wong
On Friday 18 January 2002 00:25, James Kupernik wrote: I found the problem in the form and fixed that, but now anytime I want to submit the form by hitting enter, it acts like it's reloading the page. What would be the cause of that? When I click on the submit button the verification and

Re: [PHP-DB] enter key?

2002-01-17 Thread James Kupernik
Sorry about that ?php if ($submit) { if ($person == -) { $error = Please select your name!; } elseif ($magicword != password) { $error = Please enter correct password!; } else { echo bHi $person, here are the catalog requests/b\n;