I'm now playing around with myPhpAdmin, see if anybody can help me here
PHP Code:
CREATE TABLE `memberinfo` (
`username` VARCHAR( 4 ) NOT NULL ,
`password` VARCHAR( 4 ) NOT NULL
) ENGINE = MYISAM ;
ok there are several things that I don't understand from that line, I understand, usename, memberinfo, password, vachar(4). I don't understand the rest of it
Can anybody explain me? How do you use these information? I guess I would need to understand the basics of SQL so that I can use it for my portal page.. thx guys