It is working now using === or !==

Thanks a lot.

Andre

--
Andre Matos
[EMAIL PROTECTED] 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 21, 2004 8:10 PM
To: php-db@lists.php.net
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Comparing Two Values

To be honest, I havn't had much use for it myself but I've done a lot of
'hack' projects that didn't need to be this specific.  But as I understand,
you might want to use the triple-equal sign to determine if they're exactly
the same.

Are you comparing...

2

with...

"0002"

(integer versus a string?)

If so, the === should work I believe.  It should compare variable types as
well as values so it shouldn't convert "0002" to just 2 before doing the
evaluation.

Good luck!

-TG

= = = Original message = = =

Hi List,

I was comparing two values, a current value with a new value to build the
UPDATE instruction and I faced this:

Current value: 2 == new value: 0002

So, PHP is telling me that the current is equal to the new. Is this
possible? Any idea to avoid this problem?

Thanks for any help.

Andre

--
Andre Matos
[EMAIL PROTECTED] 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


___________________________________________________________
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to