Y los arreglos donde quedaron ? ejemplo.jpg sera siempre la misma imagen....... para eso no usamos PHP
Asi:
Código PHP:
Ver original<?php foreach ($imagenes as $key => $img_bloque): ?>
<?php $id_bloque=$id[$key]; ?>
<tr>
<td><a href="http://xxx.com/path?id=$id_bloque[0]"><img src="http://xxx.com/path/$img_bloque[0].jpg" alt=""/></a></td>
<td><a href="http://xxx.com/path?id=$id_bloque[1]"><img src="http://xxx.com/path/$img_bloque[1].jpg" alt=""/></a></td>
<td><a href="http://xxx.com/path?id=$id_bloque[2]"><img src="http://xxx.com/path/$img_bloque[2].jpg" alt=""/></a></td>
<?php endforeach; ?>
Y te las ingenias desde ahora