Code:
-- Dumping data for table `birthdays`
--
INSERT INTO `birthdays` VALUES (1, 1, 'Birthday', 'Grant', 'Holmes', '', '', 'Massillon', 'OH', '44646', 'USA', 'grant@grantholmes.com', '1958-09-15', 'Michelle', 'Jones', '', '', 'North Hollywood', 'CA', '91602', 'United States', 'michelle@domain.com', '1968-04-01', NULL, '2007-12-17 14:54:47');
INSERT INTO `birthdays` VALUES (2, 1, 'Birthday', 'There are no', 'Entries for Today', '', '', '--', '--', '--', '--', 'grant@grantholmes.com', '1958-12-22', '--', '-', '', '', '--', '--', '--', '--', 'michelle@domain.com', '1958-12-19', NULL, '2007-12-22 04:10:22');
Is this how the file should be laid out?
Bookmarks