gpt4 book ai didi

PHP file_put_contents 从 php 文件保存

转载 作者:行者123 更新时间:2023-12-02 05:37:50 28 4
gpt4 key购买 nike

我正在尝试从 php 文件获取 Html 源代码,并使用以下命令将其放入 Html 文件中:

file_put_contents('result.html', file_get_contents('index.php'));

运行此函数后,“result.html”将包含原始“index.php”文件中相同的PHP代码,而我需要“result.html”文件来获取index.php执行后的Html代码。有什么帮助吗?谢谢。

最佳答案

您只需将 php 代码复制到 html 文件中即可。

要获取 html 源代码,您需要解释 php 文件

执行此操作的一种方法是:

file_put_contents('result.html', file_get_contents('http://localhost/path/to/index.php'));

关于PHP file_put_contents 从 php 文件保存,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22215465/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com