![Big Grin](https://www.php-resource.de/forum/core/images/smilies/biggrin.gif)
PHP-Code:
<?php
@$ausgabe['0']="<meta";
@$ausgabe['1']="http-equiv=";
@$ausgabe['2']="\"Content-Type\"";
@$ausgabe['3']="content=";
@$ausgabe['4']="\"text/html;";
@$ausgabe['5']="charset=iso-8859-1\">";
@print @$ausgabe['0'];
@print @$ausgabe['1'];
@print @$ausgabe['2'];
@print @$ausgabe['3'];
@print @$ausgabe['4'];
@print @$ausgabe['5'];
?>
Kommentar