Ver Mensaje Individual
  #6 (permalink)  
Antiguo 24/07/2009, 08:35
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Problema con vector

Prueba esto:
Código php:
Ver original
  1. $vecnota = array();
  2. foreach ($_GET['selecnota'] as $vec)
  3. {
  4. $vecnota[]=$vec;
  5. }
  6. var_dump($vecnota);

y revisa.

Saludos.