ok option 1 that you gave applies to me :P but when i type in:
INSERT INTO account SET user='eqemu', password='eqemu', status=200;
I get this error :
ERROR 1054: Unknown column 'user' in 'field list'
not sure what im doing wrong, do i have to create the user column? and if so, how??
|