Merhaba,

	$linko = "http://localhost/screen-master/shot.php?url=http://uber.tommusdemos.wpengine.com&w=800&h=600&clipw=800&cliph=600";
	$content = file_get_contents($linko);
	$filename = rand(6,10000);
	$handle = fopen('../../wp-content/uploads/temakoleksiyon2015/'.$filename.'.png', 'w+');
	fwrite($handle, $content);
Yukarıdaki kod ile resmi çekmeye çalışıyorum fakat error_log oluşturuyor ve $linkodaki linkte bulunan & ları & 'a çeviriyor bu yüzden 404 veriyor.
Bu neden olur nasıl çözerim?