Jump to content

schadlerm

New Members
  • Posts

    2
  • Joined

  • Last visited

schadlerm's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php error_reporting(0); include_once("includes/htmlstart.php"); ?> <div id="WrapperMain"> <?php error_reporting(0); include_once("includes/header.php"); include_once("includes/nav.php"); $Seite = $_GET ['Page']; if($Seite == "") { $Seite = 1; } Include_once("Seiten/seite" . $Seite . ".php"); include_once("includes/footer.php"); ?> </div> <?php include_once("includes/htmlende.php"); ?>
  2. <p>Hello, i think i got a fail in my PHP code:
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.