Random Videos
Error: Access denied for user 'hondapor_select'@'localhost' (using password: YES) (#1045)
select videos.video_id, link, date, name, description,
views, video_cat_id, total_votes, total_rating, total_rating/total_votes as rate from videos left join rating on videos.video_id = rating.video_id order by rand() desc limit 0,7
function `get_rows` failed to work with Array
(
[0] => videos left join rating on videos.video_id = rating.video_id
[1] => order by rand() desc limit 0,7
[2] => videos.video_id, link, date, name, description,
views, video_cat_id, total_votes, total_rating, total_rating/total_votes as rate
)
Specific:db error occured in get_rows