Tell me, please, how to organize data download from a third-party server?
I cannot use mail()
and socket requests on my server, I decided to place a file with the mail()
function on a third-party server, how can I send data there and get an answer?