The code:
echo strcasecmp("Òåñò ", "òåñò"); // This are "Test" and "test" in
cyrillic
echo "";
echo strcasecmp("Test", "test");// This no problem - it works
Results:
-32
0
"Scot L. Harris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, 2004-07-03 at 17:08, Rose
On Sat, 2004-07-03 at 17:08, Rosen wrote:
> Both versions are Version 4.3.7 of PHP.
>
Then more information is needed to figure out the problem.
Sample code plus any error messages or results would help.
--
Scot L. Harris
[EMAIL PROTECTED]
"Plaese porrf raed."
-- Prof. Mich
Both versions are Version 4.3.7 of PHP.
"Scot L. Harris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, 2004-07-03 at 16:57, Rosen wrote:
> > Hi,
> > I have the following problem with "strcasecmp()" function.
> > It should be compare strings case insensitive. When I use i
On Sat, 2004-07-03 at 16:57, Rosen wrote:
> Hi,
> I have the following problem with "strcasecmp()" function.
> It should be compare strings case insensitive. When I use it on my local
> computer, - it works correctly.
> But when I upload file on some internet server - the function doesn't work .
>
4 matches
Mail list logo