les agradeceria su ayuda y comentarios XD
Código PHP:
Ver original
<?php $path = $_POST['categoria']."/thumbs/"; echo "<table border=1>"; $cont = 0; echo "<tr>"; if($elemento != ".." and $elemento != "."){ echo "<td style='padding:5px'><a href='imagenes en grande' class='highslide' onclick='return hs.expand(this)'><img src='catalogo/$path/$elemento' alt='Highslide JS' title='Click to enlarge' /></a></td>"; } else{ $cont++; } if( $cont % 3 == 0){ echo "</tr><tr>"; } $cont++; } echo "</table>"; ?>