# MySQL-Front Dump 2.5 # # Host: localhost Database: Sql120640_1 # -------------------------------------------------------- # Server version 4.0.18-nt-log USE triphp; # # Table structure for table 'myphpguest' # DROP TABLE IF EXISTS `myphpguest`; CREATE TABLE `myphpguest` ( `GuestId` int(11) NOT NULL auto_increment, `GuestName` varchar(50) NOT NULL default '', `GuestEmail` varchar(50) NOT NULL default '', `GuestURL` varchar(50) default NULL, `GuestMessage` text NOT NULL, `GuestEntry` date NOT NULL default '0000-00-00', `GuestIP` varchar(50) NOT NULL default '', PRIMARY KEY (`GuestId`) ) TYPE=MyISAM; # # Dumping data for table 'myphpguest' # INSERT INTO `myphpguest` (`GuestId`, `GuestName`, `GuestEmail`, `GuestURL`, `GuestMessage`, `GuestEntry`, `GuestIP`) VALUES("47", "Cleff", "cleff@fastmail.fm", NULL, "Does anyone here knows how to output a color coded PHP and HTML codes? I just insert the code in db and retrieved it and trying to output a color coded one.\r\nAnyway, just testing the bbcode: [B]bold[/B] [I]italic[/I] [U]underline[/U] [LI]one[/LI] [LI]two[/LI]", "2004-11-09", "127.0.0.1"); INSERT INTO `myphpguest` (`GuestId`, `GuestName`, `GuestEmail`, `GuestURL`, `GuestMessage`, `GuestEntry`, `GuestIP`) VALUES("41", "JB", "joebernard@yahoo.com", NULL, "Does it support bad words filtering? I think the smileys and bad word filter are only in one function, right?\r\n ;)", "2004-11-08", "127.0.0.1"); INSERT INTO `myphpguest` (`GuestId`, `GuestName`, `GuestEmail`, `GuestURL`, `GuestMessage`, `GuestEntry`, `GuestIP`) VALUES("21", "Ramil", "ralcibar@fastmail.fm", "http://www.triphp.tk", "The Dreamweaver MX tutorials are step-by-step lessons, designed to teach you the fundamentals of Dreamweaver MX. We recommend that you go through the tutorials using the sample files installed in the GettingStarted folder within the Dreamweaver application folder.\r\n\r\nEND! \r\n", "2004-11-07", "127.0.0.1"); INSERT INTO `myphpguest` (`GuestId`, `GuestName`, `GuestEmail`, `GuestURL`, `GuestMessage`, `GuestEntry`, `GuestIP`) VALUES("22", "Joel", "mcecst03@lexmark.com", NULL, ":) Each tutorial focuses on a specific web design feature or topic. We suggest that you complete the tutorials in sequence, although you may choose to review only the sections of interest to you. \r\n\r\nAdditional tutorials are available at the Macromedia website.", "2004-11-07", "127.0.0.1"); INSERT INTO `myphpguest` (`GuestId`, `GuestName`, `GuestEmail`, `GuestURL`, `GuestMessage`, `GuestEntry`, `GuestIP`) VALUES("31", "Jay", "jaymarvin@yahoo.com", NULL, "Just a test of smileys if it works great!\r\n\r\n:):p:D;)=cool=lol=razz", "2004-11-08", "127.0.0.1");