标签: 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,因为将来我想打开它。
答案 0 :(得分:0)
您可以使用file_put_contents 要么 fwrite