datei1.php
datei2.php
es wird aber nichts ausgegeben
PHP-Code:
function test()
{
$hallo = "hallo";
return $hallo;
}
PHP-Code:
require("datei1.php");
test();
echo $hallo;
Kommentar