I have a table named tbl_cartag and in table have temp field after user enter data must be erased after 24 hours.
I want this field to be cleared every 24 hours Information.
This is my query
DELETE cartag FROM tbl_cartag WHERE tcartagid=( $_GET['tcartagid'] )
I read similar questions , but I did not help