Forum Moderators: coopster
-- Table structure for table `images`
-- CREATE TABLE `images` (
`id` int(99) NOT NULL auto_increment,
`type` varchar(255) NOT NULL default '',
`folder` varchar(255) NOT NULL default '',
`url` varchar(255) NOT NULL default '',
`code` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=14029 DEFAULT CHARSET=utf8 AUTO_INCREMENT=14029 ;
--
-- Dumping data for table `images`
--
INSERT INTO `images` (`id`, `type`, `folder`, `url`, `code`) VALUES (7712, 'Image Dir', 'Sub Dir', 'http://linktoimage', ''),
(3089, 'Image Dir', 'Sub Dir', 'http://linktoimage', ''),
What I am wanting to do is have something setup that I can include into my index that will display a few columns and the linkable images from my site. The images are linked by id...