RE: [PHP] UPS shipping calculation

2001-02-17 Thread Dallas Kropka
There is a great UPS calc system that we are using and while attachments are not allowed code is below. * upsProductCode = $prod; } function origin($postal, $country){ $this->originPostalCode = $postal; $t

Re: [PHP] UPS shipping calculation

2001-02-17 Thread John Monfort
There is a Perl module that is very useful for this, I'm currently in the process of implementing it. You can find a copy at http://www.seva.net/~msolomon/Business-UPS/dist/ I'm looking for something similar for FedEx, so let me know if you find one. __John Monfort