%Option Explicit%>
| 1. | <% if RS("spiller1") > 0 then response.Write getPlayerName(RS("spiller1")) else if session("UserID")<>"" then %><%=playerPos%> ? <%else%> <%=playerPos%> ? <%end if end if %> |
| <%=i%>. | <% if RS("spiller"&i) > 0 then response.Write getPlayerName(RS("spiller"&i)) else if session("UserID")<>"" then %><%=playerPos%> ? <%else%> <%=playerPos%> ? <%end if end if %> |
| <%=i%>. | <% if RS("spiller"&i) > 0 then response.Write getPlayerName(RS("spiller"&i)) else if session("UserID")<>"" then %><%=playerPos%> ? <%else%> <%=playerPos%> ? <%end if end if %> |
| <%=i%>. | <% if RS("spiller"&i) > 0 then response.Write getPlayerName(RS("spiller"&i)) else if session("UserID")<>"" then %><%=playerPos%> ? <%else%> <%=playerPos%> ? <%end if end if %> |
| <%=i%>. | <% if RS("spiller"&i) > 0 then response.Write getPlayerName(RS("spiller"&i)) else if session("UserID")<>"" then %><%=playerPos%> ? <%else%> <%=playerPos%> ? <%end if end if %> |
Ekstra tilmeldinger: <% rs.close SQL = "SELECT * FROM Kamptilmeldte WHERE kampid = " & request("kampid") RS.Open SQL,Conn if not RS.eof then%> <% do until rs.eof response.write getPlayerName(RS("spillerid")) RS.movenext if not rs.eof then response.write ", " end if loop%> <%else%> Ingen ekstra tilmeldte. <%end if rs.close %> <% dim arrAfbud, arrCount SQL = "SELECT * FROM Afbud WHERE afbudskampid = " & request("kampid") RS.Open SQL,Conn if not RS.eof then arrAfbud = RS.getRows() arrCount = ubound(arrAfbud,2)+1 end if RS.close if arrCount > 0 then%> <%else%> Ingen afbud<%end if%> <%if session("UserID")<>"" then%>
|
|