Hi I'm using UTF-8 to store data in mysql and to display it using php but i noticed one problem. I'm getting wrong comparison of data in mysql db fields and data i send from form. For example this query: select * from table where username=$_POST['username'] returns wrong result if i use croatian specific characters in form - $_POST['username'] (in some cases). How to make this work?
Nino -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php