opss perdon me falto lo esencial , ahi va sorry:
Código PHP:
Ver original<table class="contenedor_opcs" border="0" cellpadding="0" cellspacing="5" id="tabla_microfotos" bgcolor="#000000">
<?php
$id=1;
if($id<=10) {
$idd=$id+1;
echo $idd;
}
$fotos = mysql_query("SELECT id,foto,comentario_foto FROM fotos_dominio where id='$idd'",$conexion);
$mostrar_foto = $foto['foto'];
?>
<td align="center" height="133px" width="145px">
<?php
echo "<img src = '$mostrar_foto' class='sombra_blanca' style='max-height: 105px; max-width: 115px;'>" ?>
</td>
<?php } ?>
</table>