"Shams" <[EMAIL PROTECTED]> wrote: 

[snip]
> At the moment I am doing this:
> 
> if ( $_POST["insurance"] == "yes" )
> {
> }
> 
> But is there a more "accurate" way of checking the exsistence of
> "insurance"?
[/snip]

I think you're looking for isset():

  http://www.php.net/manual/en/function.isset.php

- E

__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/


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

Reply via email to