I have a table called Members (200 entries - member ID ) and one called
Photos (50 entries - Photo ID, Images)
How do I display all 200 members and the corresponding 50 entries so I get
something like below
I have tried the query but all I get it the 50 members with photos
1
2 - PhotoID
3
4
5 - PhotoID
6
7 - PhotoID
8
9
10
Photos (50 entries - Photo ID, Images)
How do I display all 200 members and the corresponding 50 entries so I get
something like below
I have tried the query but all I get it the 50 members with photos
1
2 - PhotoID
3
4
5 - PhotoID
6
7 - PhotoID
8
9
10
Comment