<%
sql="select * from videolar where sayfa="&cint(request.QueryString("id"))&" and tip='ses';"
set veriler=mysql_baglanti.execute(sql)
if not veriler.eof then
veriler.movefirst
do while not veriler.eof
%>
<%
veriler.movenext
loop
else
response.Write("Kayıtlı Ses Dosyası Bulunamadı.")
end if
%>