Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/06/2008, 10:14
Avatar de Pablo Ayala
Pablo Ayala
 
Fecha de Ingreso: septiembre-2005
Ubicación: Cancún, México
Mensajes: 231
Antigüedad: 19 años, 5 meses
Puntos: 28
De acuerdo Respuesta: Ayuda Con Php Y Mysql

Cybersupremo... hiciste magia con mi código.. jejeje

quedo asi:

Código PHP:
  $contador=0;
while(
$fila mysql_fetch_row($pfw_result))
{

    echo 
"<th width=179 scope=col><p><img src=file_up/$fila[1] width=179 height=155 /></p>
    <p>$fila[0] </p></th>"
;
    
//echo "<th width=179 scope=col><p><img src=$fila[0][1] width=179 height=155 /></p><p>$fila[0] </p></th>";
    //echo "<table width=773 height=146 border=0 align=center>";
    
$contador++;
    if(
$contador%2==0
    echo 
"</tr><tr>";

}

    echo 
"</tr>";
    echo 
"</table>";
    
mysql_free_result($pfw_result); 
Y YA FUNCIONA COMO YO QUERIA!!!!!

MUCHAS GRACIAS!
__________________
Atentamente,

Pablo Ayala.
Si vas a responder algo en el foro que sea con amabilidad.