InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Htmlentities() And Htmlspecialchars()? |
|
Answer» HTMLSPECIALCHARS() - Convert some special characters to HTML entities (Only the most WIDELY USED) htmlentities() - Convert ALL special characters to HTML entities. htmlspecialchars() - Convert some special characters to HTML entities (Only the most widely used) htmlentities() - Convert ALL special characters to HTML entities. |
|