{source}
<?php
if ($_GET['productid']=='125'){
echo "<h1>How To Design A Great Church Website</h1>";
echo "<h2>Hi ".ucfirst( $_GET['name']).",</h2>";
echo "<p>Thanks for confirming your email address</p><p>We've sent your free EBook to ". $_GET['email']." . </p>";
echo "<p>We hope you enjoy it. If you've any questions please feel free to email, or phone us. We're always happy to hear from people.</p>";
echo "<p>Websites4Christians</p>";
echo "<p>Tel: 0141 530 4752</p>";
}else{
echo "<p>If you've arrived here and there is nothing to see it means we've already sent your EBook. Any problems let us know on 0141 530 4752</p>";
}
?>
{/source}