die index datei:
1 2 3 4 5 6 7 8 9 10 11 12 | <div style= "float:right" > <select name= "games" id= "games" onchange= "switchme()" > <option selected>Select a Game</option> <option class = "headname" value= "<?php echo $_SERVER['PHP_SELF']; ?>" >Games List</option> <?php // makes list of options echo $sys ->makeOptionList(); ?> </select> </div> |
Spiele ausgabe (die stelle wo das game erscheinen soll)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <div class = "core" > <?php if (!isset( $_GET [ 'act' ]) || $_GET [ 'act' ] != 'play' ){ echo $sys ->makeGamesList(); } else { if (isset( $_GET [ 'id' ])){ echo $sys ->makeGameHtml( $_GET [ 'id' ], $_GET [ 'cid' ]); } else { echo '<div style= "margin: 30px;" > <strong>Error: </strong>Invalid Input<br /><br /> <a href= "'.$_SERVER['PHP_SELF'].'" >Click here to return Home</a> </div>'; } } ?> </div> |
wo könnte der fehler Sein???? oder was mus ich ändern damit es geht?
verwendete ilch Version: 1.1 O
betroffene Homepage: facecomnews.de.to