04.08.2013, 21:05
That code doesn't create table, it inserts info on it
This code creates table :
This code creates table :
Код:
mysql_query("CREATE TABLE IF NOT EXISTS accounts(Name VARCHAR(24), password VARCHAR(41), PlayerPos INT(20) )");