I've used "<% @Codepage=1252 %>" in my Active Server Pages for showing the correct characters which originally saved in database..
When I use PHP to write the script, I still have to use this database. However, I don't know how to show the correct characters when I use PHP..
Is there anybody who can help me?