Hallo Bug,
das könnte prinzipiell schon sein, aber wie kann ich nicht
HTML Code ausgeben? Ich meine der Code sieht ja so aus:
Code:
<!DOCTYPE
HTML PUBLIC "-//
W3C//DTD
HTML 4.01 Transitional//EN">
<
html>
<head>
<meta http-equiv="Content-Type" content="text/
html; charset=UTF-8">
<title></title>
</head>
<body>
<?php
// put your code here
function ShowHalloWelt() {
$abc=array(1=>"Hallo", "Welt"=>"Welt",3);
print '<pre>';
print_r($abc);
print_r($b);
print '
';
print '</pre>';
}
ShowHalloWelt();
?>
</body>
</
html>