Paypal
[insert_php]
echo “Please confirm your information and select the \”Donate\” button. You will be redirected to the PayPal website to finalize your transaction. “;
$first_name=$_GET[‘first_name’];
$last_name=$_GET[‘last_name’];
$from_email=$_GET[‘from_email’];
$ex_field2=$_GET[‘ex_field2’];
$date_time=$_GET[‘date_time’];
echo “\n”;
echo “
“;
[/insert_php]