Thread: Data base
View Single Post
  #6  
Old 08-19-2003, 12:52 PM
Surge is offline Surge
Registered User

Join Date: Jan 2002
Posts: 265

Re: ??

Quote:
Originally posted by hellfish
i never built a data base so i do not know what to do with this?

CREATE TABLE `login` (
`id` int(11) NOT NULL auto_increment,
`username` varchar(255) NOT NULL default '',
`password` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;


i know to put it in a file but thats it?

can you give me more details please
I would suggest that you goto www.hotscripts.com and travel to there php section and look at some tutorials. If your not sure about how to run a database than you better start reading.
__________________
Squad Tag Generator
Take the guessing work out of making you squad tag.
unavailable for re-design
Reply With Quote