Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $sEmail = (isset($_POST['email__sValue'])) ? $_POST['email__sValue'] : "";
- if ($sEmail != "")
- echo('<img src="http://server1.emailcampaigns.net/autoadd/?c=1KVfUZ&email= '.urlencode($sEmail).'&lid=1"/>');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment