The Best way to find a
place to sing!!
Contact
us
|
 |
The Current venues where you're
conducting karaoke listed below. To edit or change click on the link
Edit Company Profile
<%
username = Request.cookies("user-name")
set RecordSet1 = Server.CreateObject("ADODB.RecordSet")
Recordset1.ActiveConnection = DBPath
Recordset1.Source = "SELECT * FROM karaokelistings WHERE username = '"&username&"'"
Recordset1.CursorType = 0
Recordset1.LockType = 3
Recordset1.Open()
%>
<%Dim x
x=0
Do While Not RecordSet1.EOF%>
<%x=x+1%>
|
<%Response.Write(x)%> |
<%Response.Write(RecordSet1("club_name"))%> |
"><%Response.Write("Edit")%> |
"><%Response.Write("delete")%> |
<% RecordSet1.MoveNext%>
<%loop%>
<%RecordSet1.close
Set RecordSet1=Nothing%>
|