An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: 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 ';
CREATE TABLE affiliates (
affiliate_id int(10) NOT NULL a
I get that kind of an error whenever I try to manually make a table wth data in it. this code or any other random code, it just dosn't take it..
i'm on a win2003 server with plesk 6.5..
php is uptodate n everything.. what could the be the syntax problem ?
Comment