Paypal Class V1.0 Class features: Create all types of Paypal Forms: Buy now. Subscriptions. Paypal Shopping Cart. Internal Shopping Cart. Gift Certificates. Donations. Process all types of Paypal payments (IPN): Very easy to use if payment was processed. No mess for you. Enable custom buttons (or use standard). Enable sandbox testing for paypal payment emulator. Create click-able links instead of forms. [Download - Demo] Checking Payment is as easy as: <?php require_once('paypal.class.php'); $doCheck = new Paypal; $isPaid = $doCheck->checkPayment($_POST); if($isPaid == true){ if($payment_status == 'Completed'){ //Insert into database } } ?> PHP: Peace,