netpumber Posted July 11, 2010 Share Posted July 11, 2010 Halo out there phpfreaks.. I have one form in my admin panel that stores in mysql a text and then this text printed out in the main page. If i write the text in greek then it print it as i want in the main page but when im gonna edit it from admin's panel form the letters are incomprehensible. I open then the mysqladmin and in the database are incomprehensible too. Only when the printed out in the main page seems good. How can i fix this problem ? I have to set something in mysql when i store the data ? Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/207433-greek-encoding-with-forms/ Share on other sites More sharing options...
khr2003 Posted July 13, 2010 Share Posted July 13, 2010 hi try to change the database encoding to utf-8 as well as the browser. Alternatively, if the database is set to another encoding (perhaps to Greek) then try to set the browser to the same encoding as your database. Link to comment https://forums.phpfreaks.com/topic/207433-greek-encoding-with-forms/#findComment-1085248 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.