[insert_php]
$type = 255;
$typeCount = strpos($_GET[‘gift’], ‘Recurring’);
if($typeCount === false){
$type = 255;
}
else{
if(strpos($_GET[‘gift’], ‘Annual’) !== false){
$type = 295;
}
elseif(strpos($_GET[‘gift’], ‘Monthly’) !== false){
$type = 294;
}
elseif(strpos($_GET[‘gift’], ‘Quarterly’) !== false){
$type = 296;
}
}
if(isset($_GET[‘3p’])){$amount = $_GET[‘amount’] + ($_GET[‘amount’]*.03); $p3 = ‘You\’ve added 3% so that 100% of the donation goes to the Mariah Daye McCarthy Scholarship Foundation.’; }else{$amount = $_GET[‘amount’]; $p3=””;}
$formOutput = ‘
$type = 255;
$typeCount = strpos($_GET[‘gift’], ‘Recurring’);
if($typeCount === false){
$type = 255;
}
else{
if(strpos($_GET[‘gift’], ‘Annual’) !== false){
$type = 295;
}
elseif(strpos($_GET[‘gift’], ‘Monthly’) !== false){
$type = 294;
}
elseif(strpos($_GET[‘gift’], ‘Quarterly’) !== false){
$type = 296;
}
}
if(isset($_GET[‘3p’])){$amount = $_GET[‘amount’] + ($_GET[‘amount’]*.03); $p3 = ‘You\’ve added 3% so that 100% of the donation goes to the Mariah Daye McCarthy Scholarship Foundation.’; }else{$amount = $_GET[‘amount’]; $p3=””;}
$formOutput = ‘
‘;
echo $formOutput;
[/insert_php]