when i try to do :
$accept =($str[3] == 'ë')? 1:0;
it dosent tell me correct on the "ë" letter (its a hebrew letter)
when i try to do :
$accept =strcmp($str[3],"ë") ? 1 : 0 ;
it works on win2000
but on 2003 server it dosent
where can be the problem?
thnaks in advance
peleg