debiprasad_sahoo
Web Junky 2.0
Special character parsing problem in php
When I stores the characters ´, ¤, ¸, •, ´, ¨, », ` & ¶ in MySQL, it stores successfully and shows correctly in phpMyAdmin. But when I get the data and displays in web page it dispays � instead of the original character. Please help.
Differnt broswers display this [ � ] in different way. IE displays a box where FF displays a question mark.
I have coded some special characters in the php files. It is not able to display correctly in output. But phpMyAdmin able to display.
When I stores the characters ´, ¤, ¸, •, ´, ¨, », ` & ¶ in MySQL, it stores successfully and shows correctly in phpMyAdmin. But when I get the data and displays in web page it dispays � instead of the original character. Please help.
Differnt broswers display this [ � ] in different way. IE displays a box where FF displays a question mark.
I have coded some special characters in the php files. It is not able to display correctly in output. But phpMyAdmin able to display.
Last edited: