Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/07/2015, 17:10
Silenn
 
Fecha de Ingreso: julio-2015
Ubicación: Distrito Federal
Mensajes: 97
Antigüedad: 8 años, 9 meses
Puntos: 2
Pregunta Por que me da este error?

http://i.prntscr.com/32bfbcdce81d418e893ba858e55f03b2.png hay está la imágen

Si me pueden ayudar se los agradecería, aquí está el código también:

Código PHP:
<?PHP
include ("../panel/settings.php");
?>

<?
$resultado 
mysql_query("SELECT * FROM articles ORDER BY id ASC LIMIT 0,10");
while(
$row=mysql_fetch_array($resultado))
{

echo 
"$row[title]"; echo "<br>"; echo "$row[id]"; echo "<br>"; echo "$row[category]"; echo "<br>"; echo "$row[content]";
echo 
"<br>";
echo 
"<br>";

}
?>
Gracias