Obsah fóra BLASSENweb » Rady a porady - ostatní
Přidat nové téma Zaslat odpověď


global $db;
$result = $db->sql_query("SELECT * FROM ".$prefix."_zoznam ORDER BY nevim DESC LIMIT 0,10"); //pocet polozek je deset
while ($row = $db->sql_fetchrow($result)) {
$title = stripslashes($row['title']);
$content .= "".$title."<br>";
}
$db->sql_freeresult($result);

Obsah fóra BLASSENweb » Rady a porady - ostatní
|
|