If any of you out there have a bit of experience with php (any experience is more than mine), could you leave a note in the comments.

Basically what I am doing is this:

To plot these posts on Google Maps,  I am using $post_title and $post_content. I can pull those out of the database fine. The problem arises when I have two posts with the same title. When that happens Google Maps (because the lat/lons are the same) is only displaying one of the duplicates.

I need to loop through the query results, find duplicates, and combine the content so that there is only one entry per location.

Help.