Hi, 

When a field is declared as an integer, not null and is the primary, 
how would I address it's empty set?

ex: if($value == ???)
        {
                bla
                bla
                bla 
        }


My condition wants there to be nothing in $value. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to