Ver Mensaje Individual
  #7 (permalink)  
Antiguo 20/12/2004, 07:12
Avatar de PMP
PMP
 
Fecha de Ingreso: febrero-2003
Ubicación: Chacabuco - Buenos Aires
Mensajes: 214
Antigüedad: 22 años, 2 meses
Puntos: 1
Código PHP:
Dim arrayID
Dim I
Dim id_usuario

arrayID 
Split(Request.Form("chk"), ",")

For 
0 To Ubound(arrayID)
     
id_usuario arrayID(I)
Next