Comments
-
i should connect my mysql database and game for account and levels..
-
oh, im sorry, it was php.... sorry...
-
Well ... when you create an account in the game, it's supposed to be stored in the mysql database. Can you change this code a bit? <?php$servername = "sql110.unaux.com";$username = "(myusername)";$password = "(mypw)";$dbname = "(mydbname)";?>
-
hakinet.unaux.com/database
-
Im using this for my game's sql and db
-
hakinet.unaux.com This is mine