Jump to content

Please Correct My Php Script


schadlerm

Recommended Posts

<?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 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.