Regarding Pagination(Not using database)
Posted: Thu Mar 27, 2008 2:32 am
Hi all
My issue is
I am taking images from a server with names like, img1,img2,img3 etc..(Not from the database)
If there are more than 5 images, i need pagination.
currently using a loop it is displayed..all the images..like
for($i=0;$i<cnt;$i++)
<img src="http://otherserver...../img$i.jpg">
But i need to use pagination for this..
How to make this..pls help
My issue is
I am taking images from a server with names like, img1,img2,img3 etc..(Not from the database)
If there are more than 5 images, i need pagination.
currently using a loop it is displayed..all the images..like
for($i=0;$i<cnt;$i++)
<img src="http://otherserver...../img$i.jpg">
But i need to use pagination for this..
How to make this..pls help