Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/03/2008, 19:22
Avatar de jaronu
jaronu
 
Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 16 años, 2 meses
Puntos: 52
Re: Link desde base de datos

Código PHP:
<?php
$conexion 
mysql_connect('localhost','root','3du4rd0');
mysql_select_db('inmobiliaria');
$tabla mysql_query('SELECT * FROM ciudades');
while (
$registro mysql_fetch_array($tabla)) { 
?>

<tr>

prueba asi

Código PHP:
echo "<tr bgcolor= #cccccc><div align=center><a href=\"$registro[nombre]>\">Descargar</a></tr>"