Tach.
<?php
echo "hallo";
asdf
?>
Mit error\_reporting auf E\_ALL erkennst du:
hallo
Notice: Use of undefined constant asdf - assumed 'asdf' in c:\Apache\htdocs\index.php on line 4
--
Once is a mistake, twice is jazz.
Tach.
<?php
echo "hallo";
asdf
?>
Mit error\_reporting auf E\_ALL erkennst du:
hallo
Notice: Use of undefined constant asdf - assumed 'asdf' in c:\Apache\htdocs\index.php on line 4
--
Once is a mistake, twice is jazz.