PDA

View Full Version : UPS Tracking System Integration Related issues!




Rajat
May 2, 2008, 05:41 AM
Hi to All,
I make an Shopping Website and I want to intergrate the UPS Tracking System in this.But I don't have any Idea how to integrate with the PHP Code and also the flow of UPS Tracking System and How it's working.I read all the documentation but I am not clear the flow of UPS Tracking and how the end user will use it and also from my side as a PHP Programmer how I implement this.Can anyone Please help me and make me quick reply :)



notnek
May 3, 2008, 01:29 AM
I'm not sure how you could include it inside of your site, but you could use php/mysql to redirect them to their tracking info on ups.com.

You could store their tracking number in a database and just have:

<a href="http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVersion=5.0&loc=en_US&Requester=UPSHome&tracknum=<?php echo $tracking_number; ?>"><?php echo $tracking_number; ?> or Track Your Order</a>