Fixed 🙂 Thanks laser!
Generally, that means at least one of:
a) The script failed to connect to the database server. b) The script failed to select the database. c) The SQL statement is incorrect.
Hello,
I fixed the problem by removing "if (empty($POST['char']) || empty($POST['race']) || empty($POST['class']) || empty($POST['username']) ) "
but now
$data1 = mysql_fetch_assoc($result1); is outputting "array" not the actual account id.
That line should not print anything. The account id is $data1['acct'].
Nvm I just confused myself,
I fixed it.
Thank you very much =D
No problem 🙂 Remember to mark this thread as resolved (if it is) using the thread tools.