I can't fathom what's wrong with this
mysql_query("CREATE TABLE 'members'('id' INT(11) AUTO_INCREMENT, 'user' TEXT, 'password' CHAR(32), 'session_code' CHAR(32),PRIMARY KEY('id')") or die(mysql_error());
I get
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1