[PHP] UPS and USPS shipping labels?

2001-07-08 Thread Mark Bean

I know that both UPS and the USPS (US Postal Service) have servers that 
requests can be submitted to which return back formatted shipping labels.  
Does anyone know of any existing functions that work with either of these 
services?

Thank you,
Mark
_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] UPS and USPS shipping labels?

2001-07-08 Thread Chris Lambert - WhiteCrown Networks

PHP has _a lot_ of functions, but not enough to cover shipping labels for
UPS... ;-)

You could either use fsockopen() to post the required data, or GD to make
the labels yourself.

/* Chris Lambert, CTO - [EMAIL PROTECTED]
WhiteCrown Networks - More Than White Hats
Web Application Security - www.whitecrown.net
*/

- Original Message -
From: Mark Bean [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 08, 2001 5:44 PM
Subject: [PHP] UPS and USPS shipping labels?


| I know that both UPS and the USPS (US Postal Service) have servers that
| requests can be submitted to which return back formatted shipping labels.
| Does anyone know of any existing functions that work with either of these
| services?
|
| Thank you,
| Mark
| _
| Get your FREE download of MSN Explorer at http://explorer.msn.com
|
|
| --
| PHP General Mailing List (http://www.php.net/)
| To unsubscribe, e-mail: [EMAIL PROTECTED]
| For additional commands, e-mail: [EMAIL PROTECTED]
| To contact the list administrators, e-mail: [EMAIL PROTECTED]
|
|
|


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] UPS and USPS shipping labels?

2001-07-08 Thread Mark Bean

Sorry for not being clear.  I ment to ask if anyone has written a function 
for UPs or USPS shipping labels.  Ideally I'm looking for something that set 
ups the UPS shipping.  UPS has a suite of tools that people can link to but 
they may be beyond my ability.  They also require you to get approval from 
UPS before they give them to you.

Regards,
Mark


From: Chris Lambert - WhiteCrown Networks [EMAIL PROTECTED]
To: Mark Bean [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [PHP] UPS and USPS shipping labels?
Date: Sun, 8 Jul 2001 17:50:57 -0400

PHP has _a lot_ of functions, but not enough to cover shipping labels for
UPS... ;-)

You could either use fsockopen() to post the required data, or GD to make
the labels yourself.

/* Chris Lambert, CTO - [EMAIL PROTECTED]
WhiteCrown Networks - More Than White Hats
Web Application Security - www.whitecrown.net
*/

- Original Message -
From: Mark Bean [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 08, 2001 5:44 PM
Subject: [PHP] UPS and USPS shipping labels?


| I know that both UPS and the USPS (US Postal Service) have servers that
| requests can be submitted to which return back formatted shipping labels.
| Does anyone know of any existing functions that work with either of these
| services?
|
| Thank you,
| Mark
| _
| Get your FREE download of MSN Explorer at http://explorer.msn.com
|
|
| --
| PHP General Mailing List (http://www.php.net/)
| To unsubscribe, e-mail: [EMAIL PROTECTED]
| For additional commands, e-mail: [EMAIL PROTECTED]
| To contact the list administrators, e-mail: [EMAIL PROTECTED]
|
|
|


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]