die login.php wir aufgerufen dann kommt die Fehlermeldung.
problem mit Session
Collapse
X
-
Sorry falsch verstanden. Die login.php wird in die start.php mit include
als $content eingefügt.
PHP Code:<?php
include ('head.php');
include ('top.php');
include ('navi.php');
if ($content != "") {
include ("$content.php");
} else {
include ('home.php');
}
include ('footer.php');
?>
Comment
-
Ja klar.
Danke für die ErsteHilfe. Der Fehler ist jetzt weg. Da tun sich schon
die nächsten Probleme auf, aber das ist eine andere Geschichte.
Ich fang da am besten nochmal von Vorne an, sonst funktionieren
die Pfade am Sever irgendwie nicht mehr richtig.
Danke für die Mühe
Andreas
Comment
Comment