Código PHP:
Ver original
<table> <tr> <th><div align=\"center\"><strong>Foto</strong></div></th> <th><div align=\"center\"><strong>Modificar</strong></div></th> <th><div align=\"center\"><strong>Eliminar</strong></div></th> </tr> <?php $directory="../../images/galeria/thumbnails/".$codigo3; while (($archivo = $dirint->read()) !== false) { echo '<tr><td><img src="'.$directory."/".$archivo.'">'."</td> <td><a href='modif_gal.php?foto=<?php echo $ESTO ES LO QUE NO SE?>'>Modificar</a></td> <td><a href='elim_gal.php?foto=<?php echo $ESTO ES LO QUE NO SE?>'>Eliminar</a></td> Cómo puedo hacer esto??? Gracias </tr>"; } } $dirint->close(); }else{ } ?> <tr> <td colspan="2" align="center"><a href="consultar_fotos.php">Regresar</a></td> </tr> </table>