The name of the database that is given to me by mysql is a1663202_game should it be a1663202_game or just "game". And in the script should the database name be entered where the script says "lite2"?EDIT:So what you are saying is the database name should be written in localhost and the username and password in the other sections? or should it just be left as local host username password?for example looking like this.<?php $c = mysql_connect('localhost', 'a1663202_user', 'PASSWORD'); mysql_select_db('a1663202_game', $c); $mykey=256573440; ?>