Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Rajat

macrumors newbie
Original poster
May 2, 2008
1
0
India
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

macrumors 6502
Oct 25, 2007
327
0
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>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.