ive been searching for this .. sad to say i cant find it...can you post it here mates? thanks
Sql For Articles At Lavalair?
Collapse
X
-
<div class='quotetop'>QUOTE (jefweewap @ Feb 10 2009, 05:50 PM) <{POST_SNAPBACK}></div>ive been searching for this .. sad to say i cant find it...can you post it here mates? thanks[/b]It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
-
-- Table structure for table `ibwf_articles`
--
CREATE TABLE IF NOT EXISTS `ibwf_articles` (
`id` int(100) NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL DEFAULT '',
`crdate` int(100) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `ibwf_articles`
--
INSERT INTO `ibwf_articles` (`id`, `name`, `crdate`) VALUES
(1, 'Internet', 0),
(2, 'Public issue', 0),
(3, 'Music lyrics', 0),
(4, 'Live news', 0),
(5, 'Love Romance', 0),
(6, 'Friendship', 0),
(7, 'Gamers adict', 0);
Comment
-
<div class='quotetop'>QUOTE (marwin29 @ Feb 17 2009, 01:48 AM) <{POST_SNAPBACK}></div>-- Table structure for table `ibwf_articles`
--
CREATE TABLE IF NOT EXISTS `ibwf_articles` (
`id` int(100) NOT NULL AUTO_INCREMENT,
`name` varchar(30) NOT NULL DEFAULT '',
`crdate` int(100) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `ibwf_articles`
--
INSERT INTO `ibwf_articles` (`id`, `name`, `crdate`) VALUES
(1, 'Internet', 0),
(2, 'Public issue', 0),
(3, 'Music lyrics', 0),
(4, 'Live news', 0),
(5, 'Love Romance', 0),
(6, 'Friendship', 0),
(7, 'Gamers adict', 0);[/b]
thanks mate.. ive already done it.. thanks for sharing..
Comment
Comment