Top5 > top10
Scris: 17-Sep-2010, 17:40:54
Salut, tocmai miam instat top5 si as vrea sa il transform in top10, ma puteti ajuta cu ceva ?
Mersi anticipat
Mersi anticipat
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Stiu bogdan, tocmai daia am refacut altu pentru ca toate pe care le aplic imi da eroare ..intelegi ?bogdan scrie:Vad ca ai mai deschis 4 subiecte pe aceeasi tema. Ai uitat cum ai procedat?
viewtopic.php?f=47&t=16305
viewtopic.php?f=47&t=16291
viewtopic.php?f=47&t=16171
viewtopic.php?f=47&t=16110
Cod: Selectaţi tot
$result = $db->sql_query_limit($db->sql_build_query('SELECT', $sql_ary), 5);
Cod: Selectaţi tot
$result = $db->sql_query_limit($db->sql_build_query('SELECT', $sql_ary), 10);
Cod: Selectaţi tot
$result = $db->sql_query_limit($sql, 5);
Cod: Selectaţi tot
$result = $db->sql_query_limit($sql, 10);