Hi,
ja das ganze sieht eig so aus:
function name()
{
$var = array();include_once("datei.php");
if($var) echo implode($var);
else echo "false";
}datei.php:
$var[] = "wert1";
$var[] = "wert2";Ausgabe: wert1wert2false
Nicht nachvollziehbar.
Liefert nur die Ausgabe wert1wert2, sonst nichts.
Also ist vermutlich noch mehr Code im Spiel, wenn du dahinter noch irgendwoher ein false bekommst.
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?