Difference between revisions of "Htmlspecialchars (PHP function)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In PHP, the '''htmlspecialchars''' function converts potentially unsafe HTML to safe HTML. == See also == * PHP * Web security == External links == TO DO:...") |
Karl Jones (Talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
* [[Web security]] | * [[Web security]] | ||
− | + | [[Category:PHP]] | |
− | + | [[Category:Web security]] | |
− | + |
Latest revision as of 11:59, 21 April 2016
In PHP, the htmlspecialchars function converts potentially unsafe HTML to safe HTML.