Select a recently added item or alternatively search below for a specific category.
<% Set MyCmd = Server.CreateObject("ADODB.Command") MyCmd.ActiveConnection = MyConn MyCmd.CommandText = "SELECT * FROM Forces_Properties WHERE PropertyID = ? AND Deleted = 'no' AND Paid = 'yes'" MyCmd.Parameters.Append MyCmd.CreateParameter("", 3, 1, , request("id")) Set RSNews = Server.CreateObject("ADODB.RecordSet") RSNews.Open MyCmd IF RSNews.EOF then %>Sorry! Property no longer exists.
<%else Do While Not RSNews.EOF%><%=RSNews("Title")%>
£<%=RSNews("Price")%>
Description :
<%=RSNews("Description")%>
Property :
<%if RSNews("PropertyType") = "tolet" then
saytype = "To Let"
else
saytype = "For Sale"
end if%>
<%=saytype%>
Item Location :
<%=RSNews("Location")%>
Contact Details :
<%=RSNews("TelNo")%>
"><%=RSNews("Email")%>