Here's the dump...
You'll notice the date fields (dob, join & exp) are not 'nix date stamps - I haven't got as far as learning all that syntax yet, but it's on my 'to learn' list 🙂
I've just added another member - somewhere along the line it seems the ID isn't transferring properly - I edit the setting for Toby, but Doug's email appears.
Methinks it's time to not use the back button
phpMyAdmin MySQL-Dump
version 2.2.0rc3
#
Host: localhost
Generation Time: July 31, 2005, 4:43 pm
Server version: 4.2
PHP Version: 4.3.10
Database : thesypuk
--------------------------------------------------------
#
Table structure for table 'members'
#
CREATE TABLE members (
ID int(6) unsigned NOT NULL auto_increment,
firstname varchar(25),
surname varchar(40),
dobmonth varchar(10),
dobday int(2),
dobyear int(4),
address1 varchar(50),
address2 varchar(50),
address3 varchar(50),
postcode varchar(10),
email varchar(50),
company varchar(100),
jobrole varchar(100),
jobslist enum('Yes','No'),
eventslist varchar(4),
london varchar(8),
joinmonth varchar(10),
joinday tinyint(2),
joinyear int(6),
expmonth varchar(10),
expday tinyint(2),
expyear int(6),
memnum int(4),
PRIMARY KEY (ID)
);
#
Dumping data for table 'members'
#
INSERT INTO members VALUES (16,'Toby','Rhind-Tutt','April',5,1968,'123 Clifton Court','St John\'s Wood','London','NW8 8JA','trhind-tutt@randomhouse.co.uk','Random House','IT Analyst','Yes','Yes','London','May',6,1965,'June',7,1967,879);
INSERT INTO members VALUES (14,'Doug','Wallace','May',8,2003,'address1','address','address','postcode','doug@gmail.com','Taxbriefs','Editor','Yes','Yes','London','May',6,2004,'September',10,2003,456);