Cita: Mensaje Original por sdf23
Mickel usas por cada linea un echo
mejor
echo "<table<tr>
<td><a href='#'>Link</a></td>
</tr>
</table>";
no crees?
Se me hace mejor:
<? // Comandos PHP
?>
<table><tr>
<td><a href="<? echo $posible_url; ?>">Link</a></td>
</tr>
</table><? // Otras cosas ?>