I currently have 2 tables. One that contains the news and second witch contains the images.
news table:
news_id
news_head
news_content
Gallery table
gallerynews_id
gallerynews_newsid
gallerynews_filename
My question is how do i join them together (php/mysql) so the images match the news? For example. 1 news/story can contain 4 images. The result must look something like this:
News 1(head)
image1.jpg, image2.jpg, image3 (related images for the news).