Uploading 1000 images via url using PHP
问题 This question was migrated from Webmasters Stack Exchange because it can be answered on Stack Overflow. Migrated 4 years ago . I want to upload 1000 images in just one click via URL. I have 1000 Image URLs stored in MYSQL database. So please any one give me PHP code to upload that 1000 images via URL through mysql database. Currently I am using the bellow code:- It upload one image per click by posting URL of image... But i want to upload 1000 image in one click by getting URLs from databse