Re: [PHP] string comparsion "inf"

2001-04-11 Thread Renze Munnik
[EMAIL PROTECTED] wrote: > > Hi all, > > I got a problem comparing the string "inf" with another in PHP3. It is > used as File-Extention for information-files on our system. When > comparing the following all works fine and the expected result is given: > > "otto" = "karl" =>0 > "otto" = "o

[PHP] string comparsion "inf"

2001-04-11 Thread marco . banaj
Hi all, I got a problem comparing the string "inf" with another in PHP3. It is used as File-Extention for information-files on our system. When comparing the following all works fine and the expected result is given: "otto" = "karl" =>0 "otto" = "otto" =>1 "otto"! = "karl" =>1 "otto"! = "o