oylar.php yi şöyle yapıp denermisin. sanırım formdaki get metodundan ötürü sorun oluşuyor. aynı anda hem target kısmında hemde formu get ile gönderirsen sorun var gibi.
<form action="oyver.php" method="GET" target="oyver">
<center><input type="radio" name="oy" value="5" checked="checked" /> 5
<input type="radio" name="oy" value="6" /> 6
<input type="radio" name="oy" value="7" /> 7
<input type="radio" name="oy" value="8" /> 8
<input type="radio" name="oy" value="9" /> 9
<input type="radio" name="oy" value="10" /> 10
<input type="hidden" name="muzik_id" value="<? echo $_GET['muzik_id'];?>" />
<input type="submit" name="oyla" value="OYLA" />
</center>
</form>