Hello pros,
I think I have an easily explainable situation.
Basically, I have tons of records inside of my MySQL database, inside of one table.
Now, some enteries have the same TITLE as other enteries, but within the data is different...even though the title is the same.
Now, on my page, I am calling the data. But I get a result for each entry in the database...
What looking to do is for the TITLES that are exactly the same, print out the TITLE once then list the data underneath for each entry.
Then...move onto the next TITLE etc etc.
Make sense?
Any code example are appreciated.