If there's someone here who's great with php and putting the data from arrays into html tables, I've got [what I'm sure will be] a quick bit of work for you.
The array contains three sets of daily data which need to be columnised. There may be more rows of data for one date / column than another: in this case, the table needs to render a blank <td></td> in the columns which have no data.
date | data1 | data2 | data3
1235 | a1 | b2 | c
1235 | | b3 | c
1235 | | b4 | c
1235 | | b5 |
1234 | a1 | b2 | c1
1234 | a3 | b4 | c3
1234 | a6 | | c4
1234 | | | c9
(I'm aware the layout above is broken, but I hope it gives you and idea - I'll send you a screen shot of what I need if it'll help).
I've been trying to figure it out, but I'm beaten... I'd rather not spend any more time on it. I'm sure a fresh pair of eyes will have it sorted. If you're interested, pm me. I'm happy to slip you some $ or a one off drip feed blast or something.
The array contains three sets of daily data which need to be columnised. There may be more rows of data for one date / column than another: in this case, the table needs to render a blank <td></td> in the columns which have no data.
date | data1 | data2 | data3
1235 | a1 | b2 | c
1235 | | b3 | c
1235 | | b4 | c
1235 | | b5 |
1234 | a1 | b2 | c1
1234 | a3 | b4 | c3
1234 | a6 | | c4
1234 | | | c9
(I'm aware the layout above is broken, but I hope it gives you and idea - I'll send you a screen shot of what I need if it'll help).
I've been trying to figure it out, but I'm beaten... I'd rather not spend any more time on it. I'm sure a fresh pair of eyes will have it sorted. If you're interested, pm me. I'm happy to slip you some $ or a one off drip feed blast or something.