$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://www.b.com'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_REFERER, 'http://www.a.com'); $html = curl_exec($ch);