Re: [PHP-DB] I need help Please....

2001-09-12 Thread leo g. divinagracia iii
you know, i've stared at syntax too many times that the error was as simple as putting a space where it shouldn't be... or some other simple stuff. what i learned is to test the syntax by breaking it down to the simplest terms. like in your case, break it down so you are only defining one column

[PHP-DB] I need help Please....

2001-09-12 Thread kelvin
Hello all, I tried to create a table which included primary key and a unique key. But I got this error. You have an error in your SQL syntax near 'UNIQUE,hpassword VARCHAR(50),head VARCHAR(50),body VARCHAR(50),ears VARCHAR(50),' at line 1 Can anyone help me please. This is my code. -- Below