Files
2016-08-21 00:15:10 +02:00

7 lines
89 B
PHP

<?php
// FALSCH!!!
echo $eineVariable;
// Richtig
echo htmlspecialchars($eineVariable);