So I'm making a Pastebin kind of a thing in PHP (ran on an Ubuntu server with Apache and MySQL). The user uses an HTML form to paste in whatever they want (+ a title in a separate input box) and I want to give the user the option to have their paste automatically deleted after a time they get to choose from a selection in a dropdown box.
How can I do that?