2
I have a database with information about books and loans of the same, when the time the book can be borrowed expires then the system must change the status of the loan record. I thought to do this as a programmed task, there is some way to accomplish this task using only PHP (no scheduled windows tasks or equivalent in linux)?
Which database?
– abfurlan
I am using Mysql
– Andre Alvim