Using getID3, sometimes the tags have special characters in (the little black diamond with the question mark) but I can't seem to remove them
I tried everything from here
PHP: How to remove all non printable characters in a string?
In the database (phpMyAdmin) and when printed out they show up as ?? at the start of the data.
The problem is, I don't want these characters in the database at all (whether they show up properly or show up as question marks)
However, none of the code I've tried will remove these special characters in PHP