Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. if (isset($_GET['ad']) && $_GET['ad'] == 1)
  3. {
  4. echo "";
  5. }
  6. else {
  7. echo '<div class="ad-area"><p>This is the ad, click here</p> </div>';
  8. }
  9. ?>
  10.  
  11. <input type="hidden" name="link" value="<?php echo $linkk; ?>?kw=<?php echo $_GET['kw']; ?>" />
  12.  
  13. echo '<input type="hidden" name="link" value="'.$linkk.'?kw='.$_GET['kw'].'" />';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement