Jump to content

Most read news


adnann

Recommended Posts

hi guys I have a most read news panel which shows the most read news

I would like to know is it posible so edit it to change to the most read news of week and to show the picture of the news

openside("Most read news");
$result = dbquery("SELECT * FROM ".$db_prefix."news ORDER BY news_reads DESC LIMIT 0,1");
while($data = dbarray($result)){
$news_picture = "<a href='".BASEDIR."news.php?readmore=".$data['news_id']."'>
<p align='center'>
echo "<div align='center'>
</p>
<a href='".BASEDIR."news.php?readmore=".$data['news_id']."'>".stripslashes($data['news_subject'])."</a><br/>
<br />$news_picture</div>";
}
closeside();

Link to comment
https://forums.phpfreaks.com/topic/113963-most-read-news/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.