$consulta=mysql_query("select * from noticias LIMIT 5"); while($row=mysql_fetch_assoc($consulta)){ echo $row[titulo]; }