adnann Posted July 9, 2008 Share Posted July 9, 2008 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(); Quote Link to comment https://forums.phpfreaks.com/topic/113963-most-read-news/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.