I have a table named 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 last receipt of the user. I need to get all the records that are 3 days away. For example, if I have a record that the last receipt is on 12/30/2015 then if today is on 12/27/2015 it lists. I need to do this in PHP.