admin so ya don't want to show a comment.

first ya got find it! (thats the hard bit)

<% dim look_for look_for = Request.Form("look_for") set tigCON = Server.CreateObject("ADODB.Connection") tigCON.Open(DSN) query = "SELECT server_name AS server_name, comments AS comments, id " & _ "FROM server_info " & _ "ORDER BY server_name" 'Response.Write("Query = [" & query & "]
") set tigRS = tigCON.Execute(query) if (tigRS.EOF) then %> Nothing in the database to list atm?
is that right?

Get in touch with tigger@ebom.org if there is a serious problem <% end if dim id do while not tigRS.EOF id = tigRS("id") %>

<% tigRS.MoveNext loop tigRS.close tigCON.close %>
level Comments
<%=tigRS("server_name")%> <%=tigRS("comments")%>