Click here to post an event
Your Events
Every time you update
your listing you move to
the top of the city you're
listed under. Same goes
for your company profile-
You would move to the
top of our service page
for state you're in.
Contact
us
|
 |
Venues where you're
conducting karaoke weekly (if any) listed below. To add a listing use
link at left. If you have just a Karaoke
service than click "Company profile". By clicking "view listing" below you will also see any event you posted in top left corner of the listing you're viewing(if the event is in vicinity of that listing).
<%
username = Request.cookies("user-name")
set RecordSet1 = Server.CreateObject("ADODB.RecordSet")
Recordset1.ActiveConnection = DBPath
Recordset1.Source = "SELECT * FROM karaokelistings WHERE username = '"&username&"' and show = 'yes' ORDER BY date DESC;"
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")%> |
">view listing |
"><%Response.Write("delete")%> |
<% RecordSet1.MoveNext%>
<%loop%>
<%RecordSet1.close
Set RecordSet1=Nothing%>
|