Look into Cron Jobs for resetting your table every 2 weeks. Also look into MySQL / Cake conditions for ensuring there are no duplicates (Check for the user's ID and I would also check for all rows in the last ... 24 - 72 hours using UNIX_TIMESTAMP or something)
-- Kind Regards Stephen @ NinjaCoderMonkey www.ninjacodermonkey.co.uk -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
