<?php $country = 'Canada'; $disabled_countries = array( 'United States', 'Canada', 'China' ); if (in_array($country, $disabled_countries)) { exit($country . ' is niet toegestaan!'); }
You have javascript disabled. You will not be able to edit any code.