I have 3 tables - the first table, called se_submission_log, containing configurations of URLs and dates, identified by a unique field called submit_id. Here is a sample from this table:
se_submission_log
+-----------+--------------+-------------+
| submit_id | url | date_submit |...