Kimlik doğrulama veya yönetimden onay bekliyor.
$rows = '1';
$sonuc = mysql_query( "SELECT * FROM animasyonlar ORDER BY kayitno DESC LIMIT 0,50" );
echo "<table width=\"100%\" border=\"0\" cellspacing=\"3\" cellpadding=\"3\" class=\"tabloborder\" align=\"center\"><tr class=\"tablobaslik\"></tr>";
while ( $sorgu_verisi = mysql_fetch_array( $sonuc ) )
{
echo '<td><table width="100%" border="0"><tr><td colspan="2">';
echo"<img src=sorgu_verisi['dosyaadi']} border=0 width=100 height=100 class=\"highslide\" onclick=\"return hs.expand(this)\">";
echo '</td>
</tr></table></td>';
$rows++;
if ($rows == 7) { echo '</tr><tr>'; $rows = 1; }
}
echo "</tr></table>";
bu işini görücektir
if ($rows == 7) bu değeri degiştirebilirsin kaçtane sıralamak istiyorsan yanyana.