'.$row['catname'].''; } $res = mysqli_query($connect, "select url, title from v9_news order by id DESC limit 1000"); while ($row = mysqli_fetch_assoc($res)) { echo ''.$row['title'].''; } ?>