I built a PHP web page and some of the characters are like this
⇾ .... 
â€....
etc
Please help me on how to eliminate this
I built a PHP web page and some of the characters are like this
⇾ .... 
â€....
etc
Please help me on how to eliminate this
 
    
    If you're not using UTF-8 characterset, I would try to change the encoding of the database to avoid these characters: How to convert an entire MySQL database characterset and collation to UTF-8?
