Login   Register  
PHP Classes
elePHPant
Icontem

File: lr_callback.handler.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-06-24 06:19
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

}


?>