I get this error:
Gravity Board X experienced an error while trying to create the IMs table: You have an error in your SQL syntax near 'from TINYINT, to TINYINT, imid INT AUTO_INCREMENT, PRIMARY KEY(imid))' at line 1
While running this line of code:
mysql_query("CREATE TABLE " . $prefix . "ims (imbody TEXT, imsubject TINYTEXT, imdate DATETIME, reply TINYTEXT, replytime DATETIME, from TINYINT, to TINYINT, imid INT AUTO_INCREMENT, PRIMARY KEY(imid))") OR DIE ("Gravity Board X experienced an error while trying to create the IMs table: " . mysql_error());
Does anyone know what is wrong? 🙁
I'll appreciate any help. 🙂