$pp_bus = "drsmick@drsmick.com";
$pp_rtn = "http://www.drsmick.com/thankyou-pp.htm";
$pp_cancel = "http://www.drsmick.com/payment.php";
$pp_curr = "USD";
$pp_cmd = "_cart";
$pp_pg_style = "DrsMick";
$pp_url = "http://www.drsmick.com/offer.htm";
//Get all the variables and trim any leading spaces.
$strItemName = trim($pp_name) ;
//Remove any slashes put in by the PHP Form.
$strItemName = stripslashes($strItemName ) ;
$strItemNbr = trim($pp_no) ;
//Remove any slashes put in by the PHP Form.
$strItemNbr = stripslashes($strItemNbr ) ;
$strItemAmt = trim($pp_amt) ;
//Remove any slashes put in by the PHP Form.
$strItemAmt = stripslashes($strItemAmt) ;
$strSvcType = trim($stype) ;
//Remove any slashes put in by the PHP Form.
$strSvcType = stripslashes($strSvcType) ;
$strItemAmt = number_format($strItemAmt, 2);
if ($strSvcType == "C") { $pp_cmd = "_cart"; }
if ($strSvcType == "S") { $pp_cmd = "_xclick"; }
?>
If you are NOT directed to the PayPal website in 5 seconds... your pop-up blockers may be enabled.
Please disable your pop-up blockers so that PayPal can be accessed.
Otherwise, you can use your browser back button to return to the DrsMick.com website.
Thank you!