php+MySQL 实现下拉框的搜索
<?phperror_reporting(0);//加上error_reporting(0);就不会弹出警告了header("Content-type:text/html;charset=utf-8");//防止中文乱码$con = mysqli_connect("localhost","mysql名","mysql密码","要链接的数据库名");mysqli_query($con,