Copy file from remote server using PHP over HTTP

netmano

New Member
I want to copy a file using PHP over http from a link in this formathttp://myserver.com/?id=1234if I open the link, the download of the file starts ...So I assume that server redirects to a .mp3 file to start the download.So how to copy/download the file from the remote server to to my server (localhost)?
 
Back
Top