quote:
Originally posted by rav0
Does the "!" used in some of those make things negative/false?
!$a also makes it false. Ie if $a contains 'true', some text, or a number but 0 it will become 'false'.
It's always good to make $a = NULL at the beginning to quickly ensure the _REQUEST values don't get mixed with your $a in some configs.