Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/04/2003, 10:57
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
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 ?>