/ Published in: PHP
Expand |
Embed | Plain Text
$curl_handle=curl_init(); curl_setopt($curl_handle, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($curl_handle,CURLOPT_URL,$_GET["url"]); curl_exec($curl_handle); curl_close($curl_handle);
You need to login to post a comment.
