gpt4 book ai didi

php - goto 在 php 中不工作给出语法错误,第 10 行出现意外的 ':'

转载 作者:行者123 更新时间:2023-12-01 00:15:09 27 4
gpt4 key购买 nike

下面是我使用的代码

Again:
$rand = mt_rand(100000,999999);
$sql = "select * from replogins where access_code = $rand";
$res = mysql_query($sql);
if(mysql_num_rows($res))
goto Again;

请帮忙

最佳答案

您可以轻松地将 goto 替换为 while 循环,从而解决您的问题并同时摆脱该 goto。 ;)

do {
$rand = mt_rand(100000,999999);
$sql = "select * from replogins where access_code = $rand";
$res = mysql_query($sql);
} while(mysql_num_rows($res));

关于php - goto 在 php 中不工作给出语法错误,第 10 行出现意外的 ':',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5817894/

27 4 0
文章推荐: jquery - 使用 ajaxSubmit 进行异步调用 - jquery.form
文章推荐: javascript - 将天数添加到 moment 对象将返回相同的 moment 对象
文章推荐: jQuery 移动 : Full width of