Detaylar
<%
On Error Resume Next
If Err.number <> 0 then
Response.Write "Sayfa Numarası Hatalı: "& Err.description
End If
%><%
id=guvenlik(request("id"))
sql="SELECT * FROM duyurular WHERE id=" & guvenlik(request("id"))
Set rs=cilem.Execute(sql)
if rs.eof then
Response.write""
if id= "" Or IsNumeric(id) = False Then
end if
else
set rs=server.createobject("adodb.recordset")
rs.open "duyurular where id=" & guvenlik(request("id"))& "",cilem,1,3
%>