How to forward $_POST with PHP and cURL?

Posted by tomaszs on Stack Overflow See other posts from Stack Overflow or by tomaszs
Published on 2010-04-27T22:02:57Z Indexed on 2010/04/28 0:33 UTC
Read the original article Hit count: 190

Filed under:
|
|
|

I receive POST request at my PHP script and would like to forward this post call to another script using POST too. How to do this? I can use cURL if it's required for this action.

© Stack Overflow or respective owner

Related posts about post

Related posts about php