Forum Moderators: coopster
this is my code:
$a = '<font size="2"><a title="example" href="http://www.example.com">example</a><font>';
[edited by: jatar_k at 3:55 pm (utc) on May 22, 2006]
$a = htmlentities('<font size="2"><a title="example" href="http://www.example.com">example</a><font>');
echo $a;