RE: [PHP] HowTo Send HTTP POST from Within Scrip

2002-02-05 Thread Johnson, Kirk
t problem. Good luck! Kirk > -Original Message- > From: Gabriel Richards [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 05, 2002 12:42 PM > To: PHP General > Subject: [PHP] HowTo Send HTTP POST from Within Scrip > > > Hi eveyone. > > I'm trying to buil

[PHP] HowTo Send HTTP POST from Within Scrip

2002-02-05 Thread Gabriel Richards
Hi eveyone. I'm trying to build an application to interface with UPS Online Tools server. I have to send it an XML formatted request via HTTP POST, and I'm not sure how. Normally, PHP receives such requests when a user clicks a button on a form I created, but how do I initiate a POST from with a