I am trying to get one item from one table in my database and several items from another table then group them.
The idea is a photo gallery.
It will get the album name and id from one table then display the Album name on the page. Then get 3 photos from the database that have the same Album Id...