Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/12/2010, 13:58
Avatar de ElJavista
ElJavista
Colaborador
 
Fecha de Ingreso: marzo-2007
Ubicación: Lima Perú
Mensajes: 2.231
Antigüedad: 17 años, 2 meses
Puntos: 67
Respuesta: recuperar variables

No sabes? pues ve probando si existen:

Código PHP:
$i 1;
$go true;

while (
$go) {
   if (isset(
$_GET["item_nombre_$i"])) {
     
$variable $_GET["item_nombre_$i"];

     ....
   }

O algo así.