PHP7原生語言操做mysql

連接:$db = new mysqli("localhost", "root", "mysql", "guanfu_school"); 查詢:function query($db,$sql,$type=1){ $result = $db->query($sql); $data=array(); while ($tmp=mysqli_fetch
相關文章
相關標籤/搜索