-- phpMyAdmin SQL Dump -- version 2.11.2.2 -- http://www.phpmyadmin.net -- -- Host: localhost:3306 -- Generation Time: Jun 28, 2008 at 01:40 PM -- Server version: 5.0.51 -- PHP Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `test` -- -- -------------------------------------------------------- -- -- Table structure for table `gldcomments` -- -- Creation: Jun 28, 2008 at 01:29 PM -- CREATE TABLE IF NOT EXISTS `gldcomments` ( `First Name` varchar(20) character set ascii NOT NULL, `Last Name` varchar(25) character set ascii NOT NULL, `E-Mail address` varchar(30) character set ascii NOT NULL, `Comments` longtext character set ascii NOT NULL, PRIMARY KEY (`First Name`,`Last Name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `gldcomments` -- INSERT INTO `gldcomments` (`First Name`, `Last Name`, `E-Mail address`, `Comments`) VALUES ('', '', '', '');