[PHP] case „aktuell“:
include(„id/aktuell.php?section=“.$_GET[‚section‘]);
break;[/PHP]
Wiso geht es nicht?
Fehler: Es wird gar nichts includiert.
[PHP] case „aktuell“:
include(„id/aktuell.php?section=“.$_GET[‚section‘]);
break;[/PHP]
Wiso geht es nicht?
Fehler: Es wird gar nichts includiert.
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:
include("id/aktuell.php);
Gruß