[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
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
2 matches
Mail list logo