Okay, i'm in phpMyAdmin... I'm creating a table called Members with columns "Username" "Password" "Email" . However, I'm lost after that.
For type I set it to VARCHAR but what do I put for the following:
Attributes: Binary/unsigned/unsigned zero?
Null: not null/ null?
Extra: auto_increment?
and for table type: MyISAM, Heap, Merge, or ISAM
Sorry, I'm really new to it. Thanks for all your help though!