how can I display html code on the page
print '<b>';
will make bold and not show <b> on the page.
displaying html code on page
Moderator: General Moderators
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
Code: Select all
print htmlentities('<b>');