الصفحة التي تريد الدخول اليها غير موجودة
يرجى الإختيار من المداخل الرئيسية

") ; while ($row = mysql_fetch_array($sql)) { $suma=mysql_query("UPDATE `audio-lab` SET `guest_d`=`guest_d`+1 where `IDL`=$id"); $down = trim ("$row[l_down]"); $file = trim ("$row[l_down]"); $fn= $down; $exe = $mimetype = getmimetype($fn); $file= strrchr($fn,'.'); $show =$row[IDL]."_".$row[sec].$file; header("Content-type:$exe"); header("Content-disposition: attachment; filename=$show"); readfile("$down"); } } ?>