Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/08/2006, 02:32
alcapata
 
Fecha de Ingreso: agosto-2006
Mensajes: 34
Antigüedad: 17 años, 8 meses
Puntos: 0
he pensado en meter to los registros en una array.
$img="SELECT Foto FROM imagenes WHERE Referencia='$id'";
$g=mysql_query($img,$con) or die(mysql_error($con));
while($imagen=mysql_fetch_array($g)){

$meter=array($i=>$imagen[Foto]);
$cont=$i;
$i++;
}
y despues sacarlos uno a uno. esto estara bien?