I would like to get remaining date in PHP. For example, I would like to get date list from 2017-07-01 to 2017-08-10
So, I would like the output going to be like this
2017-07-01
2017-07-02
2017-07-03
2017-07-04
......
2017-08-10
How could I do that anyway? Thank you