linux1880 Posted January 19, 2010 Share Posted January 19, 2010 why £ sign is appearing as a bold question mark in my php web page ? Can anyone please give me solution ? Link to comment https://forums.phpfreaks.com/topic/189036-why-%C2%A3-sign-is-appearing-as-a-bold-question-mark-in-my-php-web-page/ Share on other sites More sharing options...
taquitosensei Posted January 19, 2010 Share Posted January 19, 2010 probably because you don't have your encodings setup properly. try this in your <head></head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> also if you're storing it in your database the database may not be setup to use the right encoding. Link to comment https://forums.phpfreaks.com/topic/189036-why-%C2%A3-sign-is-appearing-as-a-bold-question-mark-in-my-php-web-page/#findComment-998102 Share on other sites More sharing options...
linux1880 Posted January 19, 2010 Author Share Posted January 19, 2010 I tried that still no luck, could there be anything else ? Link to comment https://forums.phpfreaks.com/topic/189036-why-%C2%A3-sign-is-appearing-as-a-bold-question-mark-in-my-php-web-page/#findComment-998193 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.