I have a multi language website which requires both English language and Azeri characters to be input via a web form and inserted into a MySQL database table.
Displaying them in HTML is fine, I can work with the page encoding to get hard coded text to display. Now the site requires developing and any static text will be pulled from the MySQL.
I've tried changing the encoding of that particular table, but whatever I do it just changes all the additional characters to question marks.
Can anyone let me know how to setup a table correctly in MySQL in order to display both English and Azeri characters??
Any help would be greatly appreciated!