Hi can someone tell me how I would change this...
if($values['CountryName']="England");
to include an or statement, ie if = "England" or "Scotland" or "Wales";
Thanks
Ok so please just humour me, would it be... if($values['CountryName']=="England" || $values['CountryName']=="Wales" || $values['CountryName']=="Scotland" )
{enter code here