PDA

View Full Version : key word for undefined in PHP?



Johnny64
August 7th, 2003, 08:17 AM
Hoi

what is the key word for undefined in PHP?

:}

senocular
August 7th, 2003, 08:20 AM
well you have isset(variable) to determine if a variable is defined or not (essentially checking to see if it is undefined) is that what you need?

Johnny64
August 7th, 2003, 08:27 AM
yeah (i thing!!)

does that return true or false?

:}

thanks

Johnny64
August 7th, 2003, 08:31 AM
Ok never mind found it in the PHP manual

what is the PHP thing for ! in flash?

:}

senocular
August 7th, 2003, 08:33 AM
!

;)

Johnny64
August 7th, 2003, 08:34 AM
:trout:


thanks :}