17.01.2012, 14:56
Your syntax is incorrect, try this:
EDIT: Whoops sorry didn't see it was SQLite :/
PHP Code:
mysql_query("CREATE TABLE users (Key int NOT NULL AUTO_INCREMENT, PRIMARY KEY(Key))");