Posts by Anderson Leão Gimenes • 11 points
2 posts
-
0
votes2
answers200
viewsA: How to rename files into a list. CSV in your output with PHP and CURL?
Renamed file: '.$Rename.'-'; //Tests if the file exists if (!file_exists('C: wamp www projects dw photo cca/' . $name)) { //Test to rename the file if(Rename("C: wamp www projects dw photo cca…
-
1
votes2
answers200
viewsQ: How to rename files into a list. CSV in your output with PHP and CURL?
How are you all? This is my first post because I am a beginner with PHP and CURL and I needed to create a script to download several images in repositories through a file .csv. It reads the url…