Hi, I am working with a system based on PHP and Mysql where I need to make loans of x materials with expiration dates (elimination of requests) and time signs for loans, that is, if the loans are not returned in 3 days start charge fines.
I'm new to PHP and this type of systems, if someone can help me to know if I have to do a function that runs every day and do this type of verification and update data or do not know if I understand .