schadlerm Posted November 18, 2012 Share Posted November 18, 2012 (edited) <p>Hello, i think i got a fail in my PHP code: Edited November 18, 2012 by schadlerm Quote Link to comment Share on other sites More sharing options...
schadlerm Posted November 18, 2012 Author Share Posted November 18, 2012 <?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"); ?> Quote Link to comment Share on other sites More sharing options...
MDCode Posted November 19, 2012 Share Posted November 19, 2012 Ok, now do you have a question? Quote Link to comment Share on other sites More sharing options...
Christian F. Posted November 20, 2012 Share Posted November 20, 2012 I recommend that you read this article. It'll help you ask questions that we can actually help you with. Quote Link to comment Share on other sites More sharing options...
smallc28 Posted November 30, 2012 Share Posted November 30, 2012 Post your Form i see that you have an GET functions..... Quote Link to comment Share on other sites More sharing options...
smallc28 Posted November 30, 2012 Share Posted November 30, 2012 (edited) you've given us no question and half of the code.... aren't able to help you that way Edited November 30, 2012 by smallc28 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.