Hi!
Erstmal, ich bin ein absoluter Neuling und bin verzweifelt.
Ich habe in der index.php ein News system included.
Und hab mein Menü included
Soweit läuft alles gut.
Ich habe die Seite games.php erstellt und ein kleines Artikel System included
So jetzt kommt das Problem!
Wenn ich die Seite games.php aufrufe kommt die index.php mit den News System.
Ich hoffe das mir einer Helfen kann!
Erstmal, ich bin ein absoluter Neuling und bin verzweifelt.
Ich habe in der index.php ein News system included.
PHP-Code:
<?php
$nshow = "news";
include("news/news.php");
?>
PHP-Code:
<?php
include("menue.php");
?>
Ich habe die Seite games.php erstellt und ein kleines Artikel System included
PHP-Code:
<?php
include("review.php");
?>
So jetzt kommt das Problem!
Wenn ich die Seite games.php aufrufe kommt die index.php mit den News System.
Ich hoffe das mir einer Helfen kann!
Kommentar