Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. $cooki= '';
  4. $url=''
  5.  
  6. $ch = curl_init($url);
  7.  
  8.  
  9. curl_setopt($ch, CURLOPT_COOKIE, "forum_cooki=" .$cooki.";");
  10. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  11.  
  12. $url= curl_exec($ch);
  13. curl_close($ch);
  14.  
  15.  
  16.  
  17.  
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement