Im developing software that monitors posts on forums and alerts the admin/moderators when keywords are are matched in the post title (swear words, porn etc).
I've set up a timer, every 30 seconds it will monitor as it's a busy forum. My issue is how to store the "last post checked" so next time it runs it doesn't go through the whole forum.
No idea how to go about it. I've tried a few things which don't seem to work. I'm getting really annoyed at myself more than anything as I've been through university (software engineering) and fail to solve a simple problem.
Any advice appreciated.
Edit: Parsing HTML as the forum owner does not want the application to connect to database.