-- phpMyAdmin SQL Dump -- version 2.11.3deb1ubuntu1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jun 07, 2008 at 04:24 PM -- Server version: 5.0.51 -- PHP Version: 5.2.4-2ubuntu5.1 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `spooncms` -- -- -------------------------------------------------------- -- -- Table structure for table `events` -- CREATE TABLE IF NOT EXISTS `events` ( `id` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL, `date` varchar(40) NOT NULL, `comments` varchar(300) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; -- -- Dumping data for table `events` -- INSERT INTO `events` (`id`, `title`, `date`, `comments`) VALUES (1, 'BBQ and Beer and Event', 'Fri May 16 7:00:00 EDT 2008', 'Come out for John''s 16th Annual B&B Blowout!'), (2, 'Horseshoe Hijinks 2008', 'Sat Jul 12 6:20:00 EDT 2008', 'Sally and Jesse are at it again, don''t miss it!'), (3, 'Summer Camping Trip', 'Wed Jun 11 12:10:00 EDT 2008', 'Let''s make this years trip even better than the last.'), (4, 'Six Flags in July', 'Tue May 6 11:10:00 EDT 2008', 'The kids are already excited about this trip. Register early.'), (5, 'Flow''s Family Cookout', 'Tue Jul 1 3:00:00 EDT 2008', 'Enjoy the end of summer with Flow''s pulled pork BBQ!'), (6, 'Frank''s Fondue Fantasy', 'Fri Aug 22 5:00:00 EDT 2008', 'Dip until your hearts content.'), (7, 'Barnyard Roundup', 'Fri Jun 6 8:10:00 EDT 2008', 'Bring your rope!');