Hi,
Ich programmiere noch nicht lange PHP und verstehe nicht, warum dieses Script nicht funktioniert:
<?php
$hallo;
function hallo(){
echo $hallo;
}
?>
Kann mir jemand helfen?
ich bin sicher, dass das programm richtig leuft, was erwartest du denn?
Jan
--