table1: member
member_id
member_name
member_account
etc..
table2: member_locations
mloc_id
member_id
location
as it stands info is returning:
member name 1 - member account 1 - location 1
member name 1 - member account 1 - location 2
how I would like for it to return is:
member name 1 - member account 1 - location 1, location 2 , etc for however many locations are related to member account.
A point in the right direction would be greatly appreciated, not quite sure what to search for on that either.