gpt4 book ai didi

php - 在第 77 行 C : syntax error, php 中解析错误 :\wamp\www\Nu-Bio\view_topic. 意外 T_RETURN

转载 作者:行者123 更新时间:2023-11-30 01:19:47 25 4
gpt4 key购买 nike

大家好~我在尝试运行时收到此错误(解析错误:语法错误,第 77 行 C:\wamp\www\Nu-Bio\view_topic.php 中的意外 T_RETURN)这段代码:

$idd = $rows['id'];
$thisql = "SELECT `locked` FROM `forum_question` WHERE `id` = '$idd'";
$mythisql = mysql_query($thisql);
$res1 = return($mythisql);

它是独立的,不在函数或任何东西中。我想向您提供更多信息,但我不确定该提供什么。我用 if ($res1 == 0) { 调用它。感谢您提供的任何帮助!

(PS:我知道我应该转向 mysqli。我很快就会这样做,请不要告诉我。我只是想在更改它之前确保它可以工作,因为我几乎完成了我的工作项目)

最佳答案

这个“返回”应该做什么?无论如何,这里是错误的,并且是第 77 行的错误。

$res1 = return($mythisql);

解决方案:

$res1 = $mythisql;

$res1 = mysql_query($thisql);

关于php - 在第 77 行 C : syntax error, php 中解析错误 :\wamp\www\Nu-Bio\view_topic. 意外 T_RETURN,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18678344/

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