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

Friday, November 7, 2008

What’s the difference between htmlentities() and htmlspecialchars()?

What’s the difference between htmlentities() and htmlspecialchars()?
htmlspecialchars only takes care of <, >, single quote ‘, double quote " and ampersand. htmlentities translates all occurrences of character sequences that have different meaning in HTML.

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...