![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/05/2009, 05:54
|
| | Fecha de Ingreso: mayo-2005
Mensajes: 27
Antigüedad: 19 años, 8 meses Puntos: 2 | |
Respuesta: guardar variables Podrias probar con
$contador = 1;
while($grup=mysql_fetch_array($res))
{
$b_aux = "b".$contador;
$$b_aux = $_POST[$grup['codigo_empresa']];
$contador++;
}
--------------------
fijate en el doble "$" |