Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/02/2013, 22:08
Avatar de skiper0125
skiper0125
 
Fecha de Ingreso: octubre-2010
Ubicación: $this->Mexico('Toluca');
Mensajes: 1.127
Antigüedad: 13 años, 6 meses
Puntos: 511
Respuesta: Warning: mysql_fetch_array()

Hola que tal.

Al parecer tienes un error se sintaxis, prueba con lo siguiente.

Código PHP:

<?php

$resulta 
mysql_query"SELECT * FROM noticias WHERE usuario='$usu' ORDER BY id DESC LIMIT 4" ) or die ( mysql_error() );
while( 
$rowa mysql_fetch_array($resulta) )
{
    
$nota$rowa["mensaje"];
    echo 
$nota;


?>
Saludos
__________________
Recuerda que estamos aquí para orientarte, y no para hacer tu trabajo.
Si mi aporte fue de ayuda, recuerda que agradecer no cuesta nada +1

Skiper0125