-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
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 on a form?
- [PHP] Programmatic POST Gabe
- RE: [PHP] Programmatic POST Brad Fuller
- RE: [PHP] Programmatic POST Vincent DUPONT
- [PHP] Re: Programmatic POST Manuel Lemos