Search found 1 match
- Tue Feb 22, 2011 3:46 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 334748
Re: Video#7
<?php include_once 'connect.php'; session_start(); if (isset($_SESSION['player'])) { $player=$_SESSION['player']; } else { echo "Not logged in <br><br> <a href='login.php'>Login</a>"; exit; } $creature=$_GET['creature']; $randid=$_GET['randid']; $playerinfo = "SELECT * from players WH...