str = rs("tilmeldte") idArr = Split(str, ",") for i = lbound(idArr) to ubound(idArr) Response.Write idArr(i) If idArr(i) = Session("sessionvariabel") Then string = "ok" next
strr = rs("tilmeldte") idArr2 = Split(strr, ",") for i = lbound(idArr2) to ubound(idArr2) idArr2(i) If idArr2(i) = Session("aktivbruger") Then string = "ok" next
if string = "ok" then response.write "Du er allerede tilmeldt" end if
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.