Hi,
When user visits the site his visit_time and visit_date is stored in the database, What I want is to delete the visitor details after completetion of 24 hours.. for example..
if user visit_time=23:00 and visit_date=9 March 2006
then the record will be deleted when
date=10 March 2006 and time=23:00 (24 hours completed)
This will be done via cron job (which will run every day at mid night)
Thanx for help in advance....






Bookmarks