Search found 1 match

by Wernervantonder
Wed May 09, 2007 2:36 am
Forum: PHP - Code
Topic: Delete entries older than 7 days
Replies: 1
Views: 387

Delete entries older than 7 days

Good day to all that help me I would like to delete all the records in mysql database that is older than 7 days. How do i go about selecting it in the database ( currentdate - 7) where level = '0' my database is ctrack1 table is operator fields is: ID,Username,Password,Date_created,Level This is wha...