Hi guys,
I have a little problem. On a wordpress site I have a form on a page where I can submit info that is saved on the database. The problem is that when I use special characters they are not saved in utf-8 so I have to go to the WP-Admin and fix that characters.
How can I set to save the data on database using the utf-8 charset.
Thanks.
bump
- Grew a moustache for the Envato Movember competition
- Community Moderator
- Contributed a Blog Post
- Author was Featured
- Item was Featured
- Won a Competition
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Has been a member for 4-5 years
can you post some code so we can see how the characters are saved to the database? can you post a link to the page so we can see what the form / html looks like that is submitting the data ?
First you need to make sure the table was created with UTF -8 and secondly when connecting to the database you need to set it to UTF -8 with “SET NAMES utf8” before doing any queries.
Hey guys, I don’t have access to the DB so I can’t see if the table was created in utf-8. But here is the link to the page code http://vtimbuc.net/dev/code.html . Thanks
