Hi,
I 'am working with a thumbnail script.
if($dir=opendir('images')){
while($file=readdir($dir)){....
So us u can see, the while will put all the pics in the same page. I want to put only 10 or 15, in each page. So i want to put the next 10 on a botton thats says "Next", as any tipicall Gallery. Does any one knows a function that makes a temp page or clears the currently page ? So the next 10 pics are shown in a different page.