Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: Geo Targeting Script

[bsa_pro_ad_space id=2]
#710270
Anonymous
Inactive

if ($CountryCode == US){
// display code for US Residents
include (“us.html”);
}else{
// display code for World
include (“world.html”);
}

Doesn’t have to be an include file of course, can be any php you want. Hope that helps.