Cross-site scripting: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Riga 32:
# L'Output sarà di conseguenza: I'm <b>bold</b>
 
#STRIP_TAGS
$stringa="<a href="#">Verrò cancellato, lo so</a>anche io<p>ed anche io</p>";
echo strip_tags($text);