When you run this query:
mysqli_query($dbc, "insert into toons values(NULL, $toonId, '$toonName', $admin, '$dna', $bank, $money, $hp, '$inventory', $lastPlace)")
I get this error:
You have an error in your SQL syntax; check the manual that correspond to your MySQL server version for the right syntax to use near '' ',' ',' ',' 'at line 1
What's causing this?