| |
BELEDİYE HİZMETLERİMİZ |
| |
|
|
<%
sSQL = Empty
sSQL = sSQL & " SELECT * FROM belediye"
sSQL = sSQL & " ORDER BY ID DESC"
Set Rec=Conn.Execute(sSQL)
If Not Rec.EOF Then
%>
<%
Do While Not Rec.EOF
%>
| » <%=Rec("Baslik")%> |
|
<% If Not Rec("HKResim") ="" Then %>
')"> " border="0" align="left" />
<%End If%>
<%=Rec("Metin")%> |
|
<%
Rec.MoveNext
Loop
%>
<%
End If
Set Rec=Nothing
%> |
|
|
|

 |