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:
> &
* 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
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
3 matches
Mail list logo