Re: [PHP] simple online form stuck at !isset($first) condition

2003-09-15 Thread Wei Wang
AIL PROTECTED]> Sent: Tuesday, September 16, 2003 1:22 AM Subject: Re: [PHP] simple online form stuck at !isset($first) condition > * Thus wrote Wei Wang ([EMAIL PROTECTED]): > > > > > > > > > note the method -- > > > First Name: > &

Re: [PHP] simple online form stuck at !isset($first) condition

2003-09-15 Thread Curt Zirzow
* Thus wrote Wei Wang ([EMAIL PROTECTED]): > > > > note the method -- > First Name: > > > Last Name: > > > > > > > > > if(!isset($first)) { make this if (!isset($_POST['first'])) { see: http://php.net/language.variables http://us3.php.net/register_global

[PHP] simple online form stuck at !isset($first) condition

2003-09-15 Thread Wei Wang
hi, all, I have this code at http://weiwang.freeshell.org/formprac.php and the execution kept stuck at the condition part of: if(!isset($first)) { show_form(); } Even if I input some text into both field and click submit, the execution wouldn't go to any other conditional branch and be