I'm a fairly experienced PHPer, so this seems really weird.
When I write a block of code to insert data into a table, it works fine, but then I notice that about 15 minutes later, it repeats the insert. Another 15 minutes later, same thing! I left it overnight and the next day I had over 300 rows from what was originally a four-row insert!
I noticed the same problem when I wrote a block of code to pull email addresses from a table and send an email to those addresses. Every 15 minutes or so, the email would go out again. Erasing the table solved the problem.
Any suggestions? This is really mysterious!
Thanks,
Aaron.