Question : PHP/MySQL GROUP BY in query

Hello,

I have a database with records like this:

name, address, meetingtime, meetingplace
name, address, meetingtime2, meetingplace2
name, address, meetingtime3, meetingplace3

where name and address are the same but the meeting times and places change.

i want to display the name/address once and loop through the meetingtimes and meetingplaces underneath.

I am using Group By name in the query, which successfully displays the name once, but how do i loop through the times and places?

Thanks.

Answer : PHP/MySQL GROUP BY in query

It may have to do with the account in the SQL database. Below is a link that show how to use the utility.

http://seer.entsupport.symantec.com/docs/275658.htm

Random Solutions  
 
programming4us programming4us