Hello Dan,

Wednesday, April 11, 2001, 1:29:22 AM, you wrote:


>>
>>  > if($shiny = 0){
>> This does not compare anyting, it assigns 0 to $shiny

D> yes i know, but shouldnt this operation return true?

No. This operator returns the value assigned (0 in this case, which is
false). This expression will always return false.

-- 
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
http://www.Books.Ru -- All Books of Russia
 



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