Search found 1 match
- Fri Mar 26, 2010 9:08 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083430
Re: Video#5
I'm having some problems with the 5# video here is the code authenticate.php <?php include_once "coonetct.php"; session_start(); if (isset($_POST['submit'])) ( $player=$_POST['player']; $password=$_POST['password']; $player=strip_tags($player); $player=strip_tags($password); $password=md5(...