There is a form on another site:
<form action=exp.php method=GET id=go_show target="exp_frm" >
some strochechki-ryushechki
</form>
How from my site to send a request to a page with this form? In response, you are asked to save the file.
some stro...">
my server should only get a ready link from another server to download
So, put a submit, by clicking on which the form will be sent and, accordingly, a file from a third-party server will be received. Because not the fact that the author of the script wants to share a direct link to the file.
Use Curl , here’s an interesting article: curl
Perhaps all due to incorrect Apach settings ...
Source: https://ru.stackoverflow.com/questions/81219/
All Articles