The htmlspecialchars() function converts some predefined characters to HTML entities.
The predefined characters are:
* & (ampersand) becomes &
* " (double quote) becomes "
* ' (single quote) becomes '
* < (less than) becomes <
* > (greater than) becomes >
htmlentities — Convert all applicable characters to HTML entities.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment