hello , i need help to fix my script
<?php
$id = $_GET[id];
$url=file_get_contents("........");
$proxy = '............';
$proxyauth = '.............';
global $proxy;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt($ch...