$get = exec("wget $url > /dev/null 2>&1 &");
I use above code to execute particular url in background. But all the dump URLs are getting saved in my root folder. How can change the folder? Or, if you give me code to auto delete dumps, it will be great.
Hmmm noobs always get -1 :D lol – Sunita Shivnani 17 mins agobecause you should use look at documentation more oftenWGET DOC
Example