Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2005, 09:46
Avatar de dwaks
dwaks
 
Fecha de Ingreso: agosto-2002
Ubicación: Panamá
Mensajes: 962
Antigüedad: 21 años, 8 meses
Puntos: 15
Prueba este:
Código PHP:
while ($row=mysql_fetch_array($result))
{
echo
"<tr><td>".$row['Fecha']."<BR><A target=\"_blank\" href='ver_noti_todo.php?numero=".$row['numero']. '>".$row['Titulo']."</a><BR>".$row['Resumen']."".$row['Contenido]."</td></tr>";

}
//fin del while