Hi,
Did you use a in HTML ?
Notice the POST method. You can also use $_REQUEST, which hold all
variable posted, either by POST or GET.
Cheers,
Catalin
"Ted Yu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> I found that $_POST['name'] is empty inside my PHP
take a look at the $_POST array (or $_REQUEST). they contain all submitted
values.
if there are still empty fields, try foreach() and !empty().
"Shaun" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi,
>
> I have a page with 78 textfields on, is there a way of picking out th
2 matches
Mail list logo