gpt4 book ai didi

PHP 取消设置 sql 查询

转载 作者:行者123 更新时间:2023-11-30 01:17:07 24 4
gpt4 key购买 nike

我有一个名为 automate.php 的 php 页面,其中包含多个 php 文件 - 例如:

customer_reminders_1.php
customer_reminders_2.php
customer_reminders_3.php

每个人都有相同的查询,但从表中的不同字段进行搜索。

我有一种感觉,如果在上述多个页面中返回的查询中有有效行,它们就会彼此混淆。

例如,所有 3 个循环和 while 循环上都有 $sql="SELECT * from table... 等。

运行查询后取消设置变量的最佳方法是什么,或者我可以在包含文件的automate.php中添加一些内容以阻止它们混合在一起?

最佳答案

尝试使用unset()函数取消设置sql查询

 unset($sql);

关于PHP 取消设置 sql 查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18946145/

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