robercik1010

Untitled

Jun 26th, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?
  2. $ch = curl_init();
  3. curl_setopt($ch,CURLOPT_URL,"http://onet.pl");
  4. curl_exec($ch);
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment