Skip to content

Instantly share code, notes, and snippets.

@arschmitz
Created July 17, 2015 05:28
Show Gist options
  • Select an option

  • Save arschmitz/1fa1bff00ec6de3df019 to your computer and use it in GitHub Desktop.

Select an option

Save arschmitz/1fa1bff00ec6de3df019 to your computer and use it in GitHub Desktop.
define("COOKIE_FILE", "cookie.txt");
curl_setopt ($ch, CURLOPT_COOKIEJAR, COOKIE_FILE);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, true);
curl_Setopt( $ch, CURLOPT_COOKIEFILE, COOKIE_FILE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment