In my guestbook..From mysql database i want to retrieve last 100 entries and display 10 entries per page using php..how to do dis could sm1 plz help me out
Help:Results per page
Collapse
X
-
ok, tips for junior coders... when in doubt with a feature that's common in lava, modify lava source, or strip the bits you need... (i remember the first time i needed to make a list with pages)
You need to add limits to the query, ie : start id to last id of page type thing... I'm not gonna try explain, cause i'll just confuse you more... look in lists.php though, easy to follow there
Comment
Comment