hallo,
hab folgendes skript
$return= "hallo world";
return $return;
dieses wird als file mit
function loadContentSkript($file)
{
$content=include($file);
}
eingebunden ...
das hat alles bereits hundert mal funktioniert und nun bekomm ich aber nur immer "1" zurück!
was ist da los?