dreamweaver_8
Neues Mitglied
PHP:
case "aktuell":
include("id/aktuell.php?section=".$_GET['section']);
break;
Wiso geht es nicht?
Fehler: Es wird gar nichts includiert.
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
case "aktuell":
include("id/aktuell.php?section=".$_GET['section']);
break;
Du kannst nur die datei includen, nicht noch extra parameter angeben, das script (aktuell.php) hat auch alle variablen, die deine (wahrscheinlich) index.php auch hat.., also nur:Wiso geht es nicht?PHP:case "aktuell": include("id/aktuell.php?section=".$_GET['section']); break;
Fehler: Es wird gar nichts includiert.