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
相关文章
相关标签/搜索