SELECT * FROM posts
ORDER BY id DESC -- сортировать по айди (правильнее наверно по дате добавления)
LIMIT 10
// Find all anchors and images with the "title" attribute
$ret = $html->find('a[title], img[title]');
s = 'Arthur Conan Doyle – The Adventures of Sherlock Holmes, George Newnes 1892'
author = s.split('–')[0].trim()
by = s.split('–')[1].trim()
last = by.lastIndexOf(' ')
book = by.slice(0, l).trim()
year = by.slice(l).trim()
//перезапуск через 1 секундну
setTimeout('ajax()', 1000);
setTimeout(ajax, 1000)