Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/11/2008, 11:44
wellimp
 
Fecha de Ingreso: noviembre-2004
Mensajes: 43
Antigüedad: 20 años, 3 meses
Puntos: 0
Respuesta: mostrar resultado con link

Buenas,

Pues es como dices debes ponerle este codigo

Código PHP:
while($rowNot mysql_fetch_array($consulta)){

echo 
'  </tr><tr class="submit">
      <td width="143" nowrap="nowrap" class="submit"><div align="center">
<a href=\"ver.php?id='
.$rowNot[not_ID].'\">'.$rowNot['nombre'].'</a></div></td>
      <td width="257"><div align="center">' 
$rowNot['descripcion'] . '</div></td>
      <td nowrap="nowrap" width="129" align="left"><div align="center">' 
$rowNot['autor'] . '</div></td>
      <td nowrap="nowrap" width="129" align="left"><div align="center">' 
$rowNot['fecha'] . '</div></td>';
      


    } 

Código PHP:
<a href="ver.php?id='.$rowNot[not_ID].'\">'.$rowNot['nombre'].'</a>