Simple as that eh...?

If (formfieldname = empty())

{

Do something

{

Else

{

do something else

}

??? am I on the right tracks...?


-- 
-----------------------------
 Michael Mason
 Arras People
 www.arraspeople.co.uk
-----------------------------
"John W. Holmes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Harlequin wrote:
>
> > Just wondering if there's a quick and easy way to validate form fields
using
> > PHP.
> >
> > Not really that concerned with actual content by using REGEX but want to
> > ensure users have at-least bothered to put something in and if not
display
> > an error with the form field's name maybe.
>
> empty()
>
> -- 
> ---John Holmes...
>
> Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
>
> php|architect: The Magazine for PHP Professionals – www.phparch.com


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

Reply via email to