Hi,
Can someone explain a simple solution using MySQL and PHP how to check if an email has been sent already, stopping duplicates for users.
I have a basic script, but it's not working for some reason - http://pastebin.com/k7yiQahb It inserts into the table the following:
feed_id, recipient_id, issent
0, 0, Y
Regards