Guest User

Untitled

a guest
Dec 16th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <? if (($country == US) || ($country == UK) || ($country == CA)){ ?>
  2. <input type='button' name='login' value='Demo' class='login demo' id="button1"/>
  3.  
  4. <? } else { ?>
  5.  
  6. <a class="buy" href="#" title="Buy this item now">Buy Button</a>
  7. <? } ?>
Add Comment
Please, Sign In to add comment