I am having problems displaying Unicode like "★", it wont insert into the database, it just shows up as "★ ", however when I do it directly in PHPMyAdmin it works fine, so I don't think its the MySQL database I think its something to do with PHP. Wondering if anyone knows the cause and a way to fix it?
            Asked
            
        
        
            Active
            
        
            Viewed 34 times
        
    0
            
            
        - 
                    Show us the code of page. Won't able to know the issue without code. – Alok Patel Jun 29 '16 at 11:37
- 
                    Alok, I don't see why code would be needed as its processing a string... Also Jamie I looked at what you linked and that's doing it for the database, my database isn't the problem. – jdne Jun 29 '16 at 11:39
- 
                    @jdne: Yes, it does have to do with the database...or rather the way you insert into the database. Think again. Look at your code, since we're not able to. – KIKO Software Jun 29 '16 at 11:41
 
    