Echo non-parsed html

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Citizen
Forum Contributor
Posts: 300
Joined: Wed Jul 20, 2005 10:23 am

Echo non-parsed html

Post by Citizen »

I'm trying to type up directions for my users as to how to use html for a particular form, but I'm not sure how to type something like "Hello, use the <p> html tag to create new paragraphs" without it parsing the <p> tag.

Any ideas?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

htmlentities()
Post Reply