BigBadDave
Programmer
how can I delete all fields from a database that are older than 2 days Regards
Big Bad Dave
davidbyng@hotmail.com
Big Bad Dave
davidbyng@hotmail.com
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$query = "DELETE FROM session WHERE (SELECT date FROM session WHERE date < date('Y-j-m', mktime(date('j')-2)))";