Voting

: eight minus two?
(Example: nine)

The Note You're Voting On

dweingart at pobox dot com
22 years ago
If you want to Curl to follow redirects and you would also like Curl to echo back any cookies that are set in the process, use this:

<?php curl_setopt($ch, CURLOPT_COOKIEJAR, '-'); ?>

'-' means stdout

-dw

<< Back to user notes page

To Top