'; echo ' https://hurriyyet.az always '; $sql=$db->read_join("SELECT post.id,post_content.post_id,post_content.title,post_content.content,post.img_url,post_date FROM post INNER JOIN post_content ON post.id=post_content.post_id WHERE post_content.lang_id='az' and post_content.post_date <'$now' and post.delete=0 ORDER BY `post_content`.`post_date` DESC LIMIT 10000"); while ($row=$sql->fetch(PDO::FETCH_ASSOC)) { echo ' https://hurriyyet.az/'.'/az/post/'.$db->seo($row['title']).'-'.$row['post_id'].' https://hurriyyet.az/'.htmlspecialchars($row['img_url']).' '.$row['title'].' '; } echo ''; ?>