|
Just set it up using two tables..
table 1: "sites"
id, site_name
table 2: "emails"
id, site_id, email, other fields...
then each time you put an email in the db in table 2 you just put the site_id in with it.. then you can seperate them with that id..
|