Is it possible to download PHP script from a web page with wget?

前端 未结 4 1356
情歌与酒
情歌与酒 2020-12-18 14:24

If I try wget it downloads the resolved page. But I want to download the original script. Is this possible?

4条回答
  •  星月不相逢
    2020-12-18 14:57

    This is not possible, the webserver doesn't output the PHP script. The webserver parses it serverside and writes the response of that to the client.

提交回复
热议问题