Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 14th, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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.  ?>