RE: [PHP] Programmatic POST

2006-11-22 Thread Vincent DUPONT
in PHP5, you could have a look at objects HTTPRequest and HTTPResponse. I never used them yet, though... vincent -Original Message- From: Brad Fuller [mailto:[EMAIL PROTECTED] Sent: Wed 22/11/2006 21:25 To: php-general@lists.php.net Subject: RE: [PHP] Programmatic POST > -Origi

RE: [PHP] Programmatic POST

2006-11-22 Thread Brad Fuller
> -Original Message- > From: Gabe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 22, 2006 3:08 PM > To: php-general@lists.php.net > Subject: [PHP] Programmatic POST > > I'm looking to write a function that will receive the contents of a web > form, do

[PHP] Programmatic POST

2006-11-22 Thread Gabe
I'm looking to write a function that will receive the contents of a web form, do some data manipulation, then pass on the manipulated data to another URL via POST. Is there a built-in function in PHP that I can use to send the data to another URL via POST without a user having to click submit