JS
Comments
-
hakinet.unaux.com
This is mine -
Im using this for my game's sql and db
-
hakinet.unaux.com/database
-
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)"; ?> -
oh, im sorry, it was php.... sorry...
-
i should connect my mysql database and game for account and levels..