Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/01/2008, 13:13
Avatar de ezequiel_pethead
ezequiel_pethead
 
Fecha de Ingreso: abril-2007
Mensajes: 124
Antigüedad: 17 años, 1 mes
Puntos: 1
Re: Extraer de la DB, mostrar 5 ult mensajes del foro

Me sale esto:
Código HTML:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\AppServ\www\70\index.php on line 45

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\70\index.php on line 46
Modifique algunas lineas:
Código PHP:
<? $consulta mysql_query("select * from eforo_mensajes order by (id_temas) DESC LIMIT 5",$conexion); 
while(
$row mysql_fetch_array($consulta))
{ echo 
"mensaje: "$row{"id_ult_mensaje"}; } ?>
Ni idea...
__________________
Learning to fly...