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? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/138124-insert-sql-help/#findComment-722525 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.