我有一张桌子
它有四个字段 : Phone_ number( 主要密钥), City_ name, Category_ product 和 子_ Category
I am develoing a php application such based on an sms gateway. whenver a user sends and sms requesting a product service, his details will be saved in this table.
Now when a user sends an SMS ,i will store the details in the table,and wait for the user to send back an sms with further details as per required.
Now what i want to do is: if a user does not respond in lets say 15 min his details should be deleted from the table automatically. How should i proceed?