Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/10/2004, 08:37
waf7
 
Fecha de Ingreso: octubre-2004
Mensajes: 14
Antigüedad: 19 años, 5 meses
Puntos: 0
gracias josemi por tu ayuda no te habia dado las gracias por que me pare tarde y ahora fue que vi esto y estube probando y me funciono esto.
gracias tambien Cluster me dio una idea lo que mandaste.

for ($i=1;$i <= $total;$i++)

{

for ($h=0; $h<4; $h++){

//create the label of the variable;
$var_label_string = "seriales$i";

//Now evaluate that string as if it were a variable !;

$value_of_that_var = ${$var_label_string};
echo "<br> select " . $i. ": " .$h. $value_of_that_var[$h];

}
}