Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. $href = 'https://www.google.com';
  4.  
  5. if (count($_GET) > 0):
  6.     $href = 'https://www.facebook.com';
  7. endif;
  8.  
  9. ?>
  10. <a href="<?=$href?>" target="_self">Ok</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement