'us', 'germany' => 'de', 'uk' => 'gb', 'canada' => 'ca', 'australia' => 'au', 'france' => 'fr', 'italy' => 'it', 'spain' => 'es', 'netherlands' => 'nl', 'sweden' => 'se', 'switzerland' => 'ch', 'japan' => 'jp', 'brazil' => 'br', 'india' => 'in', 'china' => 'cn' ]; $industries = [ 'real-estate', 'healthcare', 'crypto', 'forex', 'ecommerce', 'software-developers', 'restaurants', 'construction', 'investors', 'b2b-decision-makers' ]; $articles = []; foreach ($countries as $c => $iso) { $cName = ucwords(str_replace('-', ' ', $c)); $articles["buy-email-lists-$c"] = "Buy Real Email Lists in $cName"; foreach ($industries as $i) { $iName = ucwords(str_replace('-', ' ', $i)); $articles["buy-$i-leads-in-$c"] = "Buy $iName Leads in $cName"; } } ?>