Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/05/2010, 05:31
Vallu
 
Fecha de Ingreso: marzo-2010
Ubicación: Barcelona
Mensajes: 657
Antigüedad: 14 años, 1 mes
Puntos: 26
Respuesta: Mostrar resultados seguidos

Yo haria el mysql_fetch_array para mostrar los datos:

Código PHP:
while ($row mysql_fetch_array($resultMYSQL_ASSOC)) {
    echo 
$row['fotoclientes']."<---->".$row['textoclientes'];

Dinos como guardas las fotos en tu BD, como URL, con el nombre de la imagen, etc...

EDIT: Para mas info: http://php.net/manual/es/function.mysql-fetch-array.php

Última edición por Vallu; 14/05/2010 a las 05:38