clankill3r Posted June 8, 2011 Share Posted June 8, 2011 I did some seaches but i only get tons of other things. The case is that é for axample looks like é or something like that. I did use utf8_unicode_ci, that's why i think it's so strange. Must i perform a special action before they get inserted in the database? Quote Link to comment https://forums.phpfreaks.com/topic/238831-bad-characters-in-databse/ Share on other sites More sharing options...
fugix Posted June 8, 2011 Share Posted June 8, 2011 I would recommend using a combinatio of htmlentities() and mysql_real_escape_string() before inserting data into your db Quote Link to comment https://forums.phpfreaks.com/topic/238831-bad-characters-in-databse/#findComment-1227190 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.