I need to generate diferent ads for a webpage, without them repeating.
Lets say i have 6 zones where ads go, and 100 ads. I need to generate 6 rows with banner.id
and zone.id
, which will be unique every time.
the tables:
banner_ads
(id, ad_location)
zones
(id, zone_code)
banner_to_zones
(banner_id, zone_id)
it can be a combination of PHP and SQL if needed