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