Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
П.П. И ако ти дотрябва , в края на заявката може да сложиш един LIMIT 10$query = mysql_query("SELECT `title`,`downloads` FROM `songs` WHERE `addtime` BETWEEN '".strtotime("-7 days")."' AND '".time()."' ORDER BY `downloads` DESC")or die(mysql_error());
while ($info = mysql_fetch_array($query)) {
echo $info['title']." (Свалена: ".$info['downloads'].") <br />";
}
downloads
`- songid
`- downld
`-dtime