Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/03/2006, 09:37
Avatar de uamistad
uamistad
 
Fecha de Ingreso: diciembre-2004
Ubicación: Cd. de México
Mensajes: 1.395
Antigüedad: 19 años, 4 meses
Puntos: 1
Y también tienes otro, donde dices:

Código PHP:
//
//
//
echo "  </tr> 
  <tr> 
    <td width="
68"><img src='imagenes/botones/bver.gif' width=68 height='30' /></td> 
    <td width="
75"><img src='imagenes/botones/bcomprar.gif' width='77' height='30' /></td> 
  </tr> 
</table>"

Debería ser:


Código PHP:
//
//
//
echo "  </tr> "
 
."<tr> "
 
."<td width=\"68\"><img src='imagenes/botones/bver.gif' width=68 height='30' /></td>"
 
."<td width=\"75\"><img src='imagenes/botones/bcomprar.gif' width='77' height='30' /></td>" 
 
."</tr> "
."</table>"
O sea, si vas a usar un echo por varias líneas, tienes que concatenarlas con el signo de punto (.)
__________________
"Di no al Internet Explorer" -Proverbio Chino-