Search found 1 match
- Mon Dec 01, 2014 3:36 am
- Forum: Older Browser MMO Videos
- Topic: since mysql was changed having issues with video 2
- Replies: -1
- Views: 6476
since mysql was changed having issues with video 2
since php and mysql where updated your original dont work so i tried to revamp code to mysqli and i still cant get it to work my code is <?php include 'connect.php'; $playerinfo = mysqli_query($conn, "SELECT * from player WHERE name='Kronus'"); $playerinfo2 = mysqli_query($conn, $playerinf...