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
2 matches
Mail list logo