In my database I have DONT word..
In database it is stored like this:DÕNT Due to that Õ
the data is not coming..!
How can i retrive that..? This my code of retrive:
htmlspecialchars($res_get_option['answer']);
Collation: Null and Type: MyISAM
You will need to set right collation for database and update wrong characters, with right ones, using a script for this.