View Single Post
  #1 (permalink)  
Old 06-15-2007, 11:13 AM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
Understanding mySQL Table

I'm now playing around with myPhpAdmin, see if anybody can help me here

PHP Code:
CREATE TABLE `memberinfo` (
`
usernameVARCHARNOT NULL ,
`
passwordVARCHARNOT 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

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote