> 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.
The entire point of NOT NULL is that there will never be nothing in
$value...
You either need to remove the NOT NULL and allow there to be NULL values, or
re-think your algorithm.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
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]