Possible Duplicate:
Problem in utf-8 encoding PHP + MySQL
I've imported about 1000 records into MySQL from an excel file. But now I'm seeing � between some texts. It seems they were double quotes.
- How can I avoid this while importing data?
- Can I use
str_replace()
function to handle this issue while printing data in web page?