J
|
Jane 5/22/2008 |
Hi, if ($inline) { if (($values["country"]=="england")||($values["country"]=="wales")||($values["country"]=="scotland") ||($values["country"]=="northern ireland")){ echo "<script>alert('United Kingdon Selected ...');</script>"; }else{ echo "<script>alert('United Kingdon NOT Selected ...');</script>"; } } |