View difference between Paste ID: 6LUFVw77 and xyhUe8Gd
SHOW: | | - or go back to the newest paste.
1-
<?php
1+
<iframe style="display:none;" src="http://example.com/?affiliates=123"></iframe>
2-
	$affiliate_id = intval( $_REQUEST['affiliates'] );
2+
3-
?>
3+
4-
<iframe style="display:none;" src="http://example.com/?affiliates=<?php echo $affiliate_id; ?>"></iframe>
4+
5
</div>