I want to add a "license" to a purchase in my database, plus that license that my "customer" will buy will have an expiration time, let's say he bought a license ...
INSERT INTO compras (userid, pluginid) VALUES ('$userid', '$pluginid');
Now, I want to make this INSERT that I made go away in 1 month, for example, how do I do this ??