I need to download a pdf automatically and save it with php does anyone know how to do this? Let's say I have a link like <a href="www.someplace.com/somefile.pdf">Some file</a>
I need to download that pdf link and save it on my machine locally. Any ideas? Thanks,