Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: StaYpo klausimai

Parašė Use Google· 2009 Lie. 31 14:07:58
#7

zDon parašė:
openside("Naujienos");;
   $result = dbquery("SELECT * FROM ".$db_prefix."news WHERE news_cat= '1' ORDER BY news_id");
   $rows = dbrows($result);
   if ($rows != 0) {
      $counter = 0; $columns = 2;
      while ($data = dbarray($result)) {
         if ($counter != 0 && ($counter % $columns == 0)) echo "";
         echo "
<table width='100%'>
<td width='90%'><a href='".BASEDIR."news.php?readmore=".$data['news_id']."'>".$data['news_subject']."</a> </td></table>";
         $counter++;
      }
      echo "";
   } else {
      echo "<center><br>Naujienų nėra<br><br></center>\n";
   }
closeside();



O gal dar išeitų padaryt, kaip news.php, kad būtų tos knopkės skaityti toliau, komentarai ir tas trumpas tekstas, kur news.php ir paspaudus ant skaityti toliau, pilna naujiena būtų?:?