0
I have a table called cotas
that has a column ultimo_recebimento
, in that column is the date in the form of time
of the day that will be the user’s last receipt. I need to get all the records that are 3 days from winning. For example, if I have a record that the last receipt is day 30/12/2015 then if today is day 27/12/2015 it lists. I need to do this in PHP.