Search found 3 matches
- Sat Jul 16, 2011 3:16 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083520
Re: Video#5
strange, post your code here, though if I was you I would keep watching the videos as it may fix itself on its own. Here are my login codes: authenticate.php: <?php include_once "connect.php"; session_start(); if (isset($_POST['submit'])) { $player=$_POST['player']; $password=$_POST['pass...
- Sat Jul 16, 2011 2:46 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083520
Re: Video#5
strange, post your code here, though if I was you I would keep watching the videos as it may fix itself on its own. Here are my login codes: authenticate.php: <?php include_once "connect.php"; session_start(); if (isset($_POST['submit'])) { $player=$_POST['player']; $password=$_POST['pass...
- Tue May 10, 2011 12:45 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083520
Re: Video#5
Um... I tried to make the login system, but for some reason, the authenticate.php page displays nothing at all