Outputting with cfloop ?
I have a table that contains information for 4 states. I need to output the information in a table with each state in its own <td>. I currently do this by using four different queries, one per state. If a new state is added, then I have to create a fifth query.
I know this is not the best way to do this but I do not know how to do it any other way. Would I use cfloop to dynamically generate so that I do not have to create a new query ?
