schadlerm Posted November 18, 2012 Share Posted November 18, 2012 <p>Hello, i think i got a fail in my PHP code: Link to comment https://forums.phpfreaks.com/topic/270875-please-correct-my-php-script/ 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"); ?> Link to comment https://forums.phpfreaks.com/topic/270875-please-correct-my-php-script/#findComment-1393423 Share on other sites More sharing options...
MDCode Posted November 19, 2012 Share Posted November 19, 2012 Ok, now do you have a question? Link to comment https://forums.phpfreaks.com/topic/270875-please-correct-my-php-script/#findComment-1393533 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. Link to comment https://forums.phpfreaks.com/topic/270875-please-correct-my-php-script/#findComment-1393698 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..... Link to comment https://forums.phpfreaks.com/topic/270875-please-correct-my-php-script/#findComment-1396479 Share on other sites More sharing options...
smallc28 Posted November 30, 2012 Share Posted November 30, 2012 you've given us no question and half of the code.... aren't able to help you that way Link to comment https://forums.phpfreaks.com/topic/270875-please-correct-my-php-script/#findComment-1396480 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.