<% response.write rs("Name") %>
<% response.write rs("Message") %>
Contribute
If you would like to contribute to this site with a memory or a photograph please click here for more details
% mywords= request.QueryString("id") Set objConn = Server.CreateObject("ADODB.Connection") objConn.open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("admin/messages.mdb") & ";" set rs = objConn.Execute("select id, name, message from messages where id = " & mywords ) %>
If you would like to contribute to this site with a memory or a photograph please click here for more details