Hey, I was looking on techtuts and when making a database you have to add the code table in myPHPadmin thing/mySQL thing, for shoutboxes or storing data (you could use flatfiles, but I'd prefer mySQL), how do they make them?
Could somebody explain, or point me in the right direction. Or even tell me a site.
Taken from a tutorial site:
I don't get how it works, or how they make the code, as I said, can somebody explain?Code:CREATE TABLE `shoutbox` ( `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `message` longtext NOT NULL, `time` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM;
+REP to any helpers!![]()





Reply With Quote








