Quantcast
Channel: Comunidad Underground Hispana
Viewing all articles
Browse latest Browse all 11602

ayuda sobre catalogo php

$
0
0
hola tengo el siguiente problema
tengo mi conexion ya establecida en otra pagina
el problema es el siguiente cuando le ejecuto con mozilla me muestra el catalogo bien
pero cuando lo muestro con iexplorer me muestra una sola fila no baja cuando le condicciono si llega 5 termine de crear la tabla y continue de nuevo necesito ayuda algun master en php estare muy agradecido saludos

<?php
require_once("../conexion/conexion.php");
$sql="select imagen,idproducto,descripcion,precio from productos where idcategoria=001";
$rs=mysql_query($sql);
$cols=1;
print "<table width=600 align=center><tr>";
while($fila=mysql_fetch_row($rs)){
print "<td align=center><img src=../".$fila[0]." width=100 height=100><br>".
"<b>".$fila[1]."</b><br>".
$fila[2]."<br>".
"<font size=2 color=#0033FF><b>S/. ".$fila[3]."</b><br>".
"<img src=../recursos/verdetalles.png>";
$cols++;
if($cols==5){
print "</tr>";
$cols=1;
}
}
print "</table>";
?>

Viewing all articles
Browse latest Browse all 11602

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>