displaying html code on page
Posted: Mon Mar 27, 2006 12:51 pm
how can I display html code on the page
print '<b>';
will make bold and not show <b> on the page.
print '<b>';
will make bold and not show <b> on the page.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
print htmlentities('<b>');