A
Anonymous
Guest
create table yournamehere (id int auto_increment primary key, username varchar(20), password varchar(50))
and i am guessing that all the passwords have to be md5'ed
hope that helps
and i am guessing that all the passwords have to be md5'ed
hope that helps