I have big database with image url and page uls...... image name is some text... i want save all images from database and also rename ( image ID ) it .... any one know how can it is possible..? any php script coding?
its possible. You will need to write php code which will download each image in a loop from the database. You may have to use wget function to download each image in your hard drive.