Tag Archives: CURL

Execute a HTTP POST Using PHP CURL from one PHP to other.

I had a typical issue in my project where i had to pass request variables from one PHP to other with using FORM tag.
Example flow

a.php gets parameters from client passes it to b.php
b.php gets the params and had to pass those to c.php without people knowing.

It may seem easy but i had to scratch my [...]

Posted in PHP | Also tagged , | Leave a comment