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