princeofpersia Posted December 15, 2010 Share Posted December 15, 2010 Hi guys im trying to show a pound sign in echo but i get some funny character � do u know how i can resolve this? <td><?php echo "£" .$budget."!<p>"; ?> thanks in advance Link to comment https://forums.phpfreaks.com/topic/221783-how-to-show-%C2%A3-in-php/ Share on other sites More sharing options...
mikecampbell Posted December 15, 2010 Share Posted December 15, 2010 Use an html entity instead... <td><?php echo "£" .$budget."!<p>"; ?> Link to comment https://forums.phpfreaks.com/topic/221783-how-to-show-%C2%A3-in-php/#findComment-1147787 Share on other sites More sharing options...
princeofpersia Posted December 15, 2010 Author Share Posted December 15, 2010 yeah worked, thanks Link to comment https://forums.phpfreaks.com/topic/221783-how-to-show-%C2%A3-in-php/#findComment-1147794 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.