tonypr100 Posted December 23, 2008 Share Posted December 23, 2008 I have a mysql query that inserts a name and a last name into my table. Unfortunately some of these contain accents (í,é,ú,á,ó, plus others like ñ), and when I check the table in the database it shows up different. Is there any way to fix this? Link to comment https://forums.phpfreaks.com/topic/138124-insert-sql-help/ Share on other sites More sharing options...
fenway Posted December 23, 2008 Share Posted December 23, 2008 Make sure you are using the appropriate character set/ colleation. Link to comment https://forums.phpfreaks.com/topic/138124-insert-sql-help/#findComment-722525 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.