Showing posts with label What is the difference between htmlentities() and htmlspecialchars()?. Show all posts
Showing posts with label What is the difference between htmlentities() and htmlspecialchars()?. Show all posts

Saturday, May 16, 2009

What is the difference between htmlentities() and htmlspecialchars()?

htmlspecialchars() - Convert some special characters to HTML entities (Only the most widely used)
htmlentities() - Convert ALL special characters to HTML entities