Browsergame Canik Anleitung


game.php

<?php include("top.php"); ?>

<?php

if(isset($_SESSION['email']))
{
  echo "

    <center>
    <p><a href='#'>Waffenladen</a></p>
    <p><a href='#'>Ruestungsladen</a></p>
    <p><a href='gasthaus.php'>Gasthaus</a></p>
    <p><a href='#'>Klassen</a></p>
    <p><a href='#'>Arena</a></p>
    </center>
  ";
}

?>

<?php include("bottom.php"); ?>