Jump to content

pagenation for images?


acctman

Recommended Posts

Boo to images retrieved from a database :). That said, you could just implement a normal pagination script and pass the id of the image through an <img> tag to be rendered...

 

<?php echo '<img src="myImageRenderer?img=' . $somenumber . '" />';

 

its actually image id numbers, the images are actually stored in separate users folders so i just need to grab the ID number and echo a img src put only have 20 or so come out at a time before doing a pagenation setup for the rest.

 

do you have an example of the best way to do a pagenation setup

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.