Guest User

Untitled

a guest
Jun 14th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <?php
  6. $sEmail = (isset($_POST['email__sValue'])) ? $_POST['email__sValue'] : "";
  7. if ($sEmail != "")
  8. echo('<img src="http://server1.emailcampaigns.net/autoadd/?c=1KVfUZ&email= '.urlencode($sEmail).'&lid=1"/>');
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment