chill2942:
If you had *asked first* about what you were doing, I maybe could have guided you in a way to keep you out of trouble. However, even then, this script goes so far off the rails of what I will put up with that I would have had some serious misgivings.
Now I have to write a special ad-hoc update query to find the relevant agenda records and delete them.
***I don't like writing ad-hoc update queries for situations like this, because they can put the entire system at risk.*** All 10,000+ clubs' information reside in the same database (no separation)... one slip-up on my MySQL query and someone else's information gets deleted.
This is specifically why the Terms of Use are worded the way they are. This is also why this is a trust issue.
I will take a look at the update query when I get some time over the weekend.