$result = mysqli_query($con,"SELECT * FROM kayitlar ORDER BY id DESC");
while ($row = mysqli_fetch_array($result, MYSQLI_ASSOC)){
echo "";
echo ''.$row['nick'].' ';
echo ' echo " ";
}
?>