Guest User

Untitled

a guest
May 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. CURLOPT_FOLLOWLOCATION => false,
  2. CURLOPT_RETURNTRANSFER => true,
  3. CURLOPT_HEADER => true,
  4. CURLOPT_USERAGENT => "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)",
  5. CURLOPT_COOKIEJAR => dirname(__FILE__) . "/cookie.txt",
  6. CURLOPT_COOKIEFILE => dirname(__FILE__) . "/cookie.txt"
Add Comment
Please, Sign In to add comment