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.
Have you tried this before? With the version of CURL I use, this will send the fields in "multipart/form-data", not a regular post.
ZZ Coder
2010-04-28 00:41:32
I have never tried it before, but the PHP documentation does do a good job of documenting the functionality.
Nathan Adams
2010-04-29 19:19:11