<%
sql="select * from videolar where sayfa="&cint(request.QueryString("id"))&" and tip='oyun';"
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ı Embed Java / Flash Uygulama Bulunamadı.")
end if
%>