gpt4 book ai didi

php - 简单查询问题,where子句

转载 作者:行者123 更新时间:2023-11-29 04:25:44 24 4
gpt4 key购买 nike

我正在尝试进行查询!我在这里有这个查询:

$data = mysql_query( "SELECT date, time,location,type_of_payment,
basket_information, user_id FROM retailer")

我也有这个变量:

$getuser[0]['user_id']

我需要设置一个子句,但我在编写查询的方式上有困难。有人可以帮我编辑吗?

$data = mysql_query( "SELECT date, time,location,type_of_payment,
basket_information, user_id FROM retailer
WHERE user_id = $getuser[0]['user_id']")

谢谢..

最佳答案

$data = mysql_query( "SELECT date, time,location,type_of_payment,
basket_information, user_id FROM retailer
WHERE user_id=".$getuser[0]['user_id'])

而且,你真的应该使用 PDOmysqli而不是 mysql

关于php - 简单查询问题,where子句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12028410/

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