Re: [PHP] Problem with strcasecmp() function

2004-07-03 Thread Rosen
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

Re: [PHP] Problem with strcasecmp() function

2004-07-03 Thread Scot L. Harris
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

Re: [PHP] Problem with strcasecmp() function

2004-07-03 Thread Rosen
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

Re: [PHP] Problem with strcasecmp() function

2004-07-03 Thread Scot L. Harris
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 . >

[PHP] Problem with strcasecmp() function

2004-07-03 Thread Rosen
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 . I use the function with cyrillic charset. Can someon