Hello guys.
I installed MySQL 5 and PHP 5.1. I created a test database with a single table. I entered a few test data containing serbian latin characters like ŠĐČĆŽšđčćž, I can see them regularly in MySQLFront, but can't force PHP script to display them the way they should look...
I tried many encodings on MySQL and PHP, but no hope (latin2, utf-8...).
HELP!