I'm creating a listing website where user can make their titles fancy by using special characters:
in my database i have a field name ads_title varchar(255) latin1_swedish_ci
and on my webpage header it says like this
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
when i tested my posting of ads form, i entered in the title this characters ¥šë™test and then when it saves it to the database it turns int olike this šï••
why? how can i save those kind of characters in my dbase at the same time echoing it in php. thanks