View Single Post
Old 11-27-2012, 12:58 AM   PM User | #5
Thyrosis
New Coder

 
Join Date: Nov 2012
Posts: 72
Thanks: 4
Thanked 11 Times in 11 Posts
Thyrosis is on a distinguished road
No, that's exactly the output I was guessing you'd get. It is now a matter of getting your PHP structured in a way that it outputs the HTML you want.

Personally I'd go with using a merchant object (if you're using OO?) and filling that with two associative arrays, one for updates and one for issues. You can then loop through the issue array and find the updates related to it and output that, moving on to the next issue.

If you need more information let me know and I'll see if I can work out some code for you. Won't be until tomorrow evening though.
Thyrosis is offline   Reply With Quote