Ok thanks,but I am getting this
mySQL query error: CREATE TABLE games_scores (
s_id int(11) NOT NULL auto_increment,
mid int(11) NOT NULL default '0',
gid int(11) NOT NULL default '0',
name text NOT NULL,
score FLOAT(11) NOT NULL default '0',
ip text NOT NULL,
comment text NOT NULL,
datescored int(10) NOT NULL,
PRIMARY KEY (s_id)) TYPE=MyISAM
mySQL error: No Database Selected
mySQL error code:
Date: Wednesday 23rd of November 2005 04:18:16 AM
|