|    
			
				28/12/2004, 18:29
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: noviembre-2004 
						Mensajes: 149
					 Antigüedad: 20 años, 11 meses Puntos: 0 |  | 
  |  Link?  
  Esto estaria bien?:><a href='programas.php'> ".$row['$nombre']." </a>
 Esque tengo este codigo, y no me sale el $row['$nombre'] linkado que me tendria que salir.
 Este es el codigo que utilizo:
 <?
 include("conexion.php");
 $query = mysql_query("SELECT nombre, peso, seccion FROM descargas WHERE (seccion='Antivirus') ");
 while($row=mysql_fetch_array($query)){
 
 
 echo"
 <table width='75%' border='1' cellspacing='0'>
 <tr bordercolor='#000000' bgcolor='#CCCCCC'>
 <td width='49%'>
 <div align='center'><strong><a href='programas.php'> ".$row['$nombre']." </a>
 <td width='51%'>
 <div align='center'><strong>".$row['peso']."</strong></div></td>
 </tr>
 </table>";
 }
 ?>
 
				__________________¨`~*'¤^v-¥-()->»[: "3£ 1NƒîêRNø Nø ê$ UN Må£ £UGåR"  :]«<-()-¥-v^¤'*~´¨
   Última edición por mawster; 28/12/2004 a las 18:33
     |