I have imported data from excel sheet to mysql and phpmyadmin is showing data in correct encoding or you can say in a readable form like
51cm (20¼”)
41cm (16¼”)
However when i try to display this data in my application it is displaying it as
51cm (6½â)
i think there is problem with " this symbol....
How can I fix this.. I have already tried using
htmlspecialchars_decode()
html_entity_decode()
but no solution so far.. Any help will be deeply appreciated. Thanks ...