PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
with a calendar of events.
I need to group the items by location, my field is State
What I want for example if there were 2 records from Maine it would look like
Maine
Date1 Event
Date2 Event
Maryland
Date1 Event.
I am not sure how to do this I don't think Group By in the SQL Statement is the answer here but I am not sure.
Thanks
John