Hi All
I need to get some data from multiple tables using a query so that I can then output this data on the page.
The querys need to do the following.
Select * from events SORT by id ASC limit 4
Select * from flyers where eventid = "id" (the id above)
Now the hard part is combining the 2 into one query. So that I can print the results out together, as I need to place the data in a repeat region.
Hope this makes sense, as i suspect it may not lol
Thanks
Aaron
I need to get some data from multiple tables using a query so that I can then output this data on the page.
The querys need to do the following.
Select * from events SORT by id ASC limit 4
Select * from flyers where eventid = "id" (the id above)
Now the hard part is combining the 2 into one query. So that I can print the results out together, as I need to place the data in a repeat region.
Hope this makes sense, as i suspect it may not lol
Thanks
Aaron