Bazadan olish juda onsoni ish 4 qator kod bitadi oddiysi!
Namuna: Kod · PHP9 qator
$uzfor = mysql_query("SELECT * FROM `table_nomi` ORDER BY `id` DESC limt 20");
while ($test = mysql_fetch_assoc($uzfor)) {
echo''.$test['ustun_nomi'].''; /// shu orqali chiqariladi!
}