select * from (select * from polzovateli_statistica order by started DESC) t group by uid
$file = ("video/file.mp4");
header ("Content-Type: application/octet-stream");
header ("Accept-Ranges: bytes");
header ("Content-Length: ".filesize($file));
header ("Content-Disposition: attachment; filename=Vasya_Pupkin_Rulit.mp4");
readfile($file);
Версии php практически одинаковые...
['price' => 'price', 'name' => 'name', 'date' => 'id']
появилась в версии 5.4, если версия < 5.4 используйте array('price' => 'price', 'name' => 'name', 'date' => 'id')