摘要: <?php class Connect { public $host = "localhost"; //服务器地址 public $uid = "root"; //数据库的用户名 public $pwd = "123"; //数据库的密 //执行SQL语句,返回相应结果的函数 //$sql是要执行的 阅读全文
posted @ 2016-03-31 21:40 司会铭 阅读(282) 评论(0) 推荐(0)