weno estoy rompiéndome la cabeza con esto
...bueno loq kiero hacer es guardar en base datos la ruta de las fotos(cosa q ya esta),pero el problema esq quiero hacer q se muestre 4 fotos,luego la quinta foto se pase a la siguiente fila.
bueno este es el codigo
Código PHP:
Ver original
<style type="text/css"> <!-- a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } --> </style> <table width="1041" height="582" border="1" > <tr> <td width="64" height="287"> </td> <td width="476"> <p> <? //mostra imagen principal while($reg1) { echo '<img src="'.$reg1[2].'" width="450" heigth="450"/>'; break; } } else{ while($reg1) { echo '<img src="'.$reg1[2].'" width="450" heigth="450"/>'."\n"; echo "<p>"."Nombre: "."".$reg1[1].""."</p>"; echo "<p>"."Descripcion:</p>"; echo "<p>"."".$reg1[3].""."</p>"; break; } } ?> </td> <td width="479"> </td> </tr> <tr> <td height="142" colspan="2"><?php echo "<table border = '1'> \n"; echo "<tr> \n"; echo "</tr> \n"; $rows_per_page=3; while($reg) { echo "<td><a href=\"ejem.php?id=$reg[0]\">".'<img src="'.$reg[2].'" width="150" heigth="150"/>'."</td> "; }echo "</table>"; ?></td> <td> </td> </tr> <tr> <td height="143" colspan="3"> </td> </tr> </table>
mi base datos solo conta con los siguientes campos
id(int(3)) nombre(varchar(100) foto(blob) descripcion(varchar(200))
espero q me ayuden...si no me supe esplicar bien diganmelo