I have a field named: last_dl in MySQL database.
I don't know what type it should be. At first I want to store current time in it, and in future, after a user request, check if 72 hours passed. then do something.
I'm confused what type to choose. Should I use MYSQL functions or PHP functions? Do I need timestamp or not. How to convert back that timestamp in database?