Not signed in (Sign In)
Welcome, Guest

Did you know that there is a whole world of functionality you're not seeing? If you have an account, sign in now.

If you don't have an account, apply for one now.

Bottom of Page
General: Simple Pangination
  1.  
1 to 2 of 2
Jan 23rd 2008 edited
I have the following that will either display images by the user or by tags:
$photos = $f->people_getPublicPhotos($person['id'], NULL, 20);

$photos = $f->photos_search(array("tags"=>"$theTAG", "sort"=>"interestingness-desc", "per_page"=>20));


Now what I want to have is a pageination system to show the next lot if there are more.

Can anyone guide me in the right direct on how is this possible (PHP).
Jan 27th 2008 edited
Here's my post from a while back with pagination working - stills works nice:

http://phpflickr.com/forums/comments.php?DiscussionID=149&page=1#Comment_418
  1.  
1 to 2 of 2
Top of PageBack to discussions