Re: [PHP] Empty $_POST after submit.
[email protected] (Jim Giner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 4/4/2013 7:02 AM, Ashley Sheridan wrote: >> > > > I've noticed the first line looks a little odd. It might be valid, just > probably not the way I've ever done it. For my own sanity, could you try > changing it to: > > if (isset($_POST['lastname']) && isset($_POST['lastname'])) > > Thanks, > Ash > http://www.ashleysheridan.co.uk > > > Even more odd is that the statement is checking the SAME variable twice. Why?