I'm including a Table on my venue listings/details pages that shows games available to play at a venue.
I need to be able to filter the table content by the ID of the Venue being viewed, what is the variable for the venue ID on the Venue Listings/Detail page??
My statement filters like this...
FROM select_game
INNER JOIN nfojm_djc2_items
ON select_game.gameID = nfojm_djc2_items.id
WHERE collectiontype = <Venue_ID>
Please Log in or Create an account to join the conversation.