摘要:
一. <select><?php $db=new MySQLi("localhost","root","root","zuoye"); $sql="select * from fruit"; $result=$db->query($sql);while( $arr=$result->fetch_ro 阅读全文
摘要:
为了以后便于访问数据库的修改,可以将必要的那几句语言封装为一个类,移到其他的电脑上时可以快速的改变数据库的一些内容 1.封装类的后缀名是***.class.php <?php class 名字 { public $host="localhost"; //定义默认的链接方式 public $uid=" 阅读全文