HTML Entities?
Posted: Tue Sep 13, 2005 3:50 pm
Hi Guys,
another little probelm here.
I have this in my database
My+%3CFONT+face%3D%22Arial+Black%22%3E%3CEM%3ETest%3C%2FEM%3E%3C%2FFONT%3E
When I retrieve it I need it to show it like it would be in say Word.
I have read something about html entities but what I tried does not work
I am using this
<?php echo $cpro ?> // which prints the html above.
Anyone know how to get it ot display with the font size etc?
thanks
another little probelm here.
I have this in my database
My+%3CFONT+face%3D%22Arial+Black%22%3E%3CEM%3ETest%3C%2FEM%3E%3C%2FFONT%3E
When I retrieve it I need it to show it like it would be in say Word.
I have read something about html entities but what I tried does not work
I am using this
<?php echo $cpro ?> // which prints the html above.
Anyone know how to get it ot display with the font size etc?
thanks