How do you pass $_POST
values to a page using cURL
?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Another simple PHP example of using cURL:
Example found here: http://devzone.co.in/post-data-using-curl-in-php-a-simple-example/
Instead of using
curl_setopt
you can usecurl_setopt_array
.http://php.net/manual/en/function.curl-setopt-array.php