Quote:
Originally Posted by prezzz
Interesting why some of the EU countries have been excluded though, like Czech Republic, Slovakia or Poland to name a few.
|
Well and how Turkey and Israel are europe?
By the way if you want to print "Paypal" only to countries that supports it, you can do something like this in php:
$epoch_paypal_countries = array('AD', 'AT', 'BE', 'CY', 'DK', 'FI', 'FR', 'DE', 'GI', 'LU', 'GR', 'GL', 'IE', 'IS', 'IM', 'IL', 'IT', 'LI', 'MT', 'MC', 'NL', 'NO', 'PT', 'RO', 'SM', 'SI', 'ES', 'SE', 'CH', 'TR', 'GB', 'VA');
$showpaypal = in_array($_SERVER[GEOIP_COUNTRY_CODE], $epoch_paypal_countries);
<? if ($showpaypal) { ?> PayPal click here <? } ?>
Note that Vatican shows paypal.