Mysql wont create a table
#3

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


Messages In This Thread
Mysql wont create a table - by Blademaster680 - 04.08.2013, 17:59
Re: Mysql wont create a table - by radhakr - 04.08.2013, 20:59
Re: Mysql wont create a table - by DeMoX - 04.08.2013, 21:05

Forum Jump:


Users browsing this thread: 1 Guest(s)