function?fetchOne($sql,?$result_type?=?MYSQLI_ASSOC)
{
????$mysqli?=?mysqli_connect('localhost','root','6',?'imoocshop');
????$result?=?mysqli_query($mysqli,$sql);
????var_dump($result);
????$row?=?mysqli_fetch_array($result,?$result_type);
????return?$row;
}結(jié)果返回null,感覺(jué)代碼沒(méi)有問(wèn)題啊
添加回答
舉報(bào)
0/150
提交
取消