A
Anonymous
Guest
use two queries. One query gets all the groups. then you loop through all the groups and get the dates that are contained in there
psudo code
select all groups
put the groups into array
loop through the array.
while in the loop start a new query to get all the dates within that group.
it's more code. there is prolly a better way to do it tho.
psudo code
select all groups
put the groups into array
loop through the array.
while in the loop start a new query to get all the dates within that group.
it's more code. there is prolly a better way to do it tho.