Company Profile

Click here to add a listing

 

Click here to post an event


Your Listings


Forums
Technical Forum
Sound Forum

 Contact us

Manage Karaoke Songs - Karaoke Manager

Your events (if any) listed below.  To add an event use link at left. If you have just a Karaoke service than
click "Company profile". Events you post show up in the top left corner of the city it's in or in the top left
corner of any venue that's in the same vicinity. If you have a contest with a time frame you can post that
as an event as well.
                                                                 

<% username = Request.cookies("user-name") set RecordSet1 = Server.CreateObject("ADODB.RecordSet") Recordset1.ActiveConnection = DBPath Recordset1.Source = "SELECT * FROM events WHERE username = '"&username&"' ORDER BY enddate DESC;" Recordset1.CursorType = 0 Recordset1.LockType = 3 Recordset1.Open() %> <% D = Date() Dim x x=0 Do While Not RecordSet1.EOF%> <%x=x+1%> <% RecordSet1.MoveNext%> <%loop%>
<%Response.Write(x)%>  <%Response.Write(RecordSet1("event_title"))%>   "><%Response.Write("Edit")%>  ">view event  "><%Response.Write("delete")%>  <%If RecordSet1("enddate")>=D then%> current <%else%> expired <%end if%>
<%RecordSet1.close Set RecordSet1=Nothing%>