htmlspecialchars – PHP String Functions
Syntax : htmlspecialchars ( strings, flags, encoding/character-set, double_encode ); Description : htmlspecialchars() function can converts some predefined characters to HTML entities. Here is list of predefined characters. [table caption=”Predefined Characters List” max-width=”100%”...
