Quote:
Originally posted by Harryli
There is a wrong SQL statement I believe:
DROP TABLE IF EXISTS toplist_hitsin;
CREATE TABLE toplist_hitsin (
inid int(11) unsigned NOT NULL auto_increment,
topid int(11) NOT NULL default '0',
accountid varchar(20) NOT NULL default '',
date varchar(20) NOT NULL default '',
PRIMARY KEY (inid)
}
The } should be a ) I believe
|
yea, your right, its a typo, i updated the zip above, ive been up for a couple days so im a little tired