At 07:02 PM 5/3/2001 -0500, Andrei Zmievski wrote:
>At 06:31 PM 5/3/01 -0500, Richard Lynch wrote:
>>Um, lots of people use isset($row['foo]) to detect NULL in the database...
>>
>>Are you going to change that behaviour?
>>
>>Don't.
>>
>>If the column is missing, they screwed up their SQL, which is not within the
>>pervue of PHP to fix in the first place...
>
>You are arguing my point, Richard.

Andrei,

Not exactly. No matter if it is set to NULL or unset then isset() will give 
the same result.
And most people use isset() AFAIK.
Andi


-- 
PHP Development 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