Interview Questions

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

PHP Interview Questions and Answers


(Continued from previous question...)

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

(Continued on next question...)

Other Interview Questions