Post and Get via CURL
Someone asked on Stack Overflow:
I’m trying to send information from a form and a hidden email variable (from a db) to a PHP script using cURL. I have the post items moving correctly, but I am not sure if can also send a variable vai the url. (the $_Get)
I posted the following answer, which was chosen as the accepted answer and received 1 upvote:
A standard querystring should work.
Originally posted on Stack Overflow — 1 upvotes (accepted answer). Licensed under CC BY-SA.