Basic PHP Programming Question:

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

Tweet Share WhatsApp

Answer:

htmlspecialchars only takes care of <, >, single quote ‘, double quote " and ampersand. htmlentities translates all occurrences of character sequences that have different meaning in HTML.

Download PHP PDF Read All 139 PHP Questions
Previous QuestionNext Question
What is the output of the ucwords function in this example?How can we destroy the session, how can we unset the variable of a session?