You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'release varchar(10) NOT NULL default '' )' at line 1 -------- That happened when I was trying to install the script. FreeDomain.co.nr then it said Table 'redir' already exists Anyone have any good idea to fix this one?
the sql statement is probably telling it to CREATE the table and it already exists. Just use the INSERT part of the statement and see if that works.