No, but...

Ok so yesterdays idea about tracking when you I watch films i.e. the date I have decided against applying to the site. The reason being that It would be something that I would use to start with but perhaps something that I would stop using after a while. I then came up with another idea that I could create a new table to count the amount of times I have watched a film, then add in a bit into the admin that I just click a button beside a film and it would +1 the watch amount on that film.

Code wise it woudl be pretty easy to implement as it woudl be a bit of sql like this:
UPDATE FilmWatchedNumberOfTimes SET WatchAmount = WatchAmount + 1 WHERE FilmId = 1

Wrap that into a little ajax query and it could all be done on the fly and implemented easily. So a little more food for thought.

>>back<<