PHP Classes

File: Example/payment_complete.php

Recommend this page to a friend!
  Classes of Sithu Kyaw   Go PayPal   Example/payment_complete.php   Download  
File: Example/payment_complete.php
Role: Example script
Content type: text/plain
Description: Payment Complete Example
Class: Go PayPal
Generate HTML for Paypal payment buttons and forms
Author: By
Last change:
Date: 12 years ago
Size: 227 bytes
 

Contents

Class file image Download
<h2>Return from PayPal</h2>
<?php
if(sizeof($_POST)){
    echo
'<h3>POST</h3>';
    echo
'<pre>'; print_r($_POST); echo '</pre>';
}
if(
sizeof($_GET)){
    echo
'<h3>GET</h3>';
    echo
'<pre>'; print_r($_GET); echo '</pre>';
}
?>