Today I am testing a site. in that site i found some images are in sequence for eg.
http://www.example.com/PHOTO/P323423.gif
http://www.example.com/PHOTO/P323424.gif
http://www.example.com/PHOTO/P323425.gif
http://www.example.com/PHOTO/P323426.gif
...
Now I want to fetch/download all these images for later use.
is there any way to download all these or see in one page.
I have tried this link also
http://www.example.com/PHOTO/
Then i got an error - You are not authorized to view this page.
Pls suggest how can i able to view all the images in one page. The site coded in php. Thanks.