gpt4 book ai didi

php - 使用 PHP 和 mysql 自动完成一个值

转载 作者:太空宇宙 更新时间:2023-11-03 10:58:26 25 4
gpt4 key购买 nike

<分区>

什么是最简单的方法?

我可以在 php 文件中做吗?

while($row = mysql_fetch_array($query)) {
$results[] = array('label' => $row['name']);
}
echo json_encode($results);

如果我们运行这个页面,输出如下:

[{"label":"moen"},{"label":"omid"}]

在另一个文件中:

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/jquery-ui.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){ $("#artist").autocomplete({source: "processed.php" }); });
</script>

这段代码有什么问题?在字段中写下每个单词,它显示所有值 。我有这个问题:http://jsbin.com/alaci5

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