Hi,
I have a database that holds 2 tables. The first one is “information” and the second one “images”.
I want to display this information on my site, so i have a foreach-loop that echo out the information from “information”-table. And it works like intendeed.
The problem is when i try to include “images”-table in the loop. From what i can understand a Foreach-loop can only handle 1 array at the time. I have tried marge the two tables into one multidimensional array, but didnt get it to work with the loop.
Do you guys have any tips to me?