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...