BABY SITTING/CHILD MINDING

<% Set MyCmd = Server.CreateObject("ADODB.Command") MyCmd.ActiveConnection = MyConn MyCmd.CommandText = "SELECT * FROM Forces_BabySitting WHERE BabyAdID = ? AND Deleted = 'no'" MyCmd.Parameters.Append MyCmd.CreateParameter("", 3, 1, , request("id")) Set RSNews = Server.CreateObject("ADODB.RecordSet") RSNews.Open MyCmd IF RSNews.EOF then %>

Sorry! This advert no longer exists.

<%else Do While Not RSNews.EOF%>

<%=RSNews("Age")%>, <%=RSNews("Location")%>

ADVERT

Age :
<%=RSNews("age")%>

Fees Per Hour :
<%=RSNews("feesph")%>

Course :
<%=RSNews("course")%>

Experience :
<%=RSNews("experience")%>

References :
<%=RSNews("breferences")%>

Location :
<%=RSNews("Location")%>)

<%if session("AccountID") > 0 then%>

Contact Details :
<%=RSNews("TelNo")%>
"><%=RSNews("Email")%>

" class="email">EMAIL CONTACT <%else%> " class="email2">LOGIN FOR DETAILS <%end if%>
<%RSNews.Movenext Loop end if%>