FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » evaluating a null value in an array
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: evaluating a null value in an array [message #173832 is a reply to message #173825] Sat, 07 May 2011 15:30 Go to previous messageGo to previous message
Denis McMahon is currently offline  Denis McMahon
Messages: 634
Registered: September 2010
Karma:
Senior Member
On Sat, 07 May 2011 07:27:21 -0400, bill wrote:

> a suggestion on how to evaluate this value.

if (
!(isset($insInfo[3])) // $insInfo3 not defined
|| (is__null($insInfo[3])) // $insInfo3 defined and null
|| ($dos <= $insInfo[3]) // $insInfo3 > $dos
|| ($dos == '0000-00-00') // $dos null date
)

Rgds

Denis McMahon
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Design minisite with minisite master tutorial
Next Topic: getting only the temperature & general weather condition
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Oct 07 11:22:08 GMT 2024

Total time taken to generate the page: 0.04462 seconds