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 the
field
> names and values that the user has filled in as they are very unlikey to
be
> filling in all of them?
>
> Thanks for your help
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to