I have my table structure here: CREATE TABLE `words` ( `id` int(100) NOT NULL auto_increment, `word` varchar(70) NOT NULL, `uri-title` varchar(100) NOT NULL, `x` int(100) default NULL, `y` int(100) default NULL, `date_added` timestamp NOT NULL default CURRENT_TIMESTAMP, `date_modified` timestamp NOT...