I have dates in a db. For example, 07/03/2016 (Sunday), 07/04/2016 (Monday)...
I'm already planning on using a while loop to go through all the dates with
while($fetch_content = mysqli_fetch_array($content)) {
...
}
Now, when I loop through these dates, how can I divide the information into weeks?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…