Files
2003-07-11 01:47:43 +00:00

7 lines
120 B
PHP

<?
$url = 'show.php/php-under-attack/6';
$tag = "<img src=\"$url?message=Hi\">";
echo htmlentities($tag);
echo $tag;
?>