Re: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread Dennis Moore
I am not clear in what you want to do. I think the simplest solution is to build a table in your favorite database with the tracking number and the vendor. Make another table or switch statement that points to the URL for the vendors tracking mechanism. Now you can just write a function that

Re: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread MailingLists
I don't want the rate, I have that through a 3rd party shipping engine... it's the tracking info I need... unfortunately not just for UPS... FedEx, DHL, Airborne, etc...At 03:09 PM 9/6/2001 -0500, Christopher CM Allen wrote: > > > > > > > > > has anybody written any routines or functions they

Re: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread Data Driven Design
Message - From: "Brian V Bonini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Joe Sheble (Wizaerd)" <[EMAIL PROTECTED]>; "General PHP List" <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2001 4:05 PM Subject: RE: [PHP] Tracking shipments

Re: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread Christopher CM Allen
> > > > > > has anybody written any routines or functions they'd care to share for > > parsing the tracking information out of UPS, FEDEX, or other shipping > > carriers tracking pages? > > /* Begin FEDX GROUND */ $fp = fopen ("http://grd.fedex.com/cgi-bin/rrr2010.exefunc

RE: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread Brian V Bonini
Doesn't UPS provide tools to do this? Not necessarily using PHP but I thought > -Original Message- > From: Dan Harrington [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 06, 2001 3:45 PM > To: Joe Sheble (Wizaerd); General PHP List > Subject: RE: [PHP

RE: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread Dan Harrington
No kidding :-) or calculating shipping costs. > -Original Message- > From: Joe Sheble (Wizaerd) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 05, 2001 11:47 PM > To: General PHP List > Subject: [PHP] Tracking shipments UPS, FEDEX, etc... > > > has anybody written any routine