String "info" is converted to integer, which is 0...
a)
if("info" == "0")
b)
if("info" === 0)
c)
if("info" == (string)0)
Or use strcmp()
Cya...
Read a book "PHP for beginners"
-Original Message-
From: Bogdan Stancescu [mailto:[EMAIL PROTECTED]
Sent: Friday, May 13, 2005 5:13 AM
To
On Fri, 2005-05-13 at 06:34, Erwin Kerk wrote:
> Bogdan Stancescu wrote:
> > You probably mis-typed something:
> >
> > [EMAIL PROTECTED] ~]$ php
> > > if ("info" == 0) echo "is 0\n"; else echo "not 0\n";
> > ?>
> > Content-type: text/html
> > X-Powered-By: PHP/4.3.11
> >
> > is 0
> Tried that, b
is upgrading your php out of the question? i would go with at least
4.3.x if not 5... unless you don't have root access on your server...
in which case, i have no advice...
On 5/13/05, Erwin Kerk <[EMAIL PROTECTED]> wrote:
> Bogdan Stancescu wrote:
> > You probably mis-typed something:
> >
> > [E
Bogdan Stancescu wrote:
You probably mis-typed something:
[EMAIL PROTECTED] ~]$ php
Content-type: text/html
X-Powered-By: PHP/4.3.11
is 0
Tried that, but notice the PHP Version, it is failing in PHP 4.1.2!
Erwin Kerk
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
4 matches
Mail list logo