Salve gente, ho bisogno di una delucidazione su come creare in questa pagina
http://www.notyet.it/pb1.php
i tasti next e previuos per poter scorrere di 5 in 5 i risultati della query qui sotto
codice:
if (!isset($start) OR $start<0)
$start=0;
$step = 7;
$query = "SELECT e.id, e.title, e.body, e.timestamp, e.comments FROM serendipity_entries e, serendipity_entrycat ec
where ec.categoryid = '7' and ec.entryid = e.id ORDER BY id DESC LIMIT $start,$step";
da come potete capire sto recuperando i dati che ho inserito con uno script di un blog, e non ho idea di come impostare questa funzione.
Help!