PHP - Drilling down Data and Looping with Loops
- by stogdilla
I'm currently having difficulty finding a way of making my loops work.
I have a table of data with 15 minute values. I need the data to pull up in a few different increments
$filters=Array('Yrs','Qtr','Day','60','30','15');
I think I have a way of finding out what I need to be able to drill down to but the issue I'm having is after the…