Key words: htmlspecialchars htmlspecialchars JavaScript php
String to HTML htmlspecialchars()
HTML to string htmlspecialchars_decode()
htmlspecialchars
htmlspecialchars_decode
String to URI uri = encodeURIComponent(uri) urlencode()
URI to String uri = decodeURIComponent(uri); urldecode()