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.