PHP Classes

File: lr_callback.handler.php

Recommend this page to a friend!
  Classes of Sergey Shilko   Ultimate Free UPS Pack   lr_callback.handler.php   Download  
File: lr_callback.handler.php
Role: Auxiliary script
Content type: text/plain
Description: lr_callback.handler.php
Class: Ultimate Free UPS Pack
Retrieve UPS shipping information
Author: By
Last change:
Date: 16 years ago
Size: 531 bytes
 

Contents

Class file image Download
<?php
/* YOU HAVE THESE VARIABLES ALREADY SET HERE

            $oid = ($_GET["OrderId"]); #sent orderid
            $number = ($_GET["ShipmentNumber"]); #received tracking number (same as at label)
            $_date = $_GET["date"];
            $_service = $_GET["service"];
            $_name = $_GET["name"];
            $_error = $_GET["Error"];


*/
#process success
if($_error == "") {

#YOUR CODE HERE

}
else{
#process error

#YOUR CODE HERE

}


?>