在PHP中将mysql查询结果保存为HTML文件

时间:2015-04-25 19:25:28

标签: php html mysql mysqli save

我想将20-30个MySQL查询结果分别保存到.html文件中。

$query = mysqli_query($link, "SELECT....")
while ($t = mysqli_fetch_assocc($query)) {
    // The other queries and html content** <- I want to save these.
}

所以我想保存结果,而不是源代码,我认为它应该执行,然后脚本将其保存到html,因为将来我想打开它。

1 个答案:

答案 0 :(得分:0)

您可以使用file_put_contents 要么 fwrite