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

浙公网安备 33010602011771号