Question - 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