ShineWayCN

WE CONSTRUCT PROFESSIONAL WEB

导航

随笔分类 -  PHP

分页组件 PHP5+MSSQL
摘要:cn = mssql_connect($ip , $uid , $pwd) or die("Connection creation fail!"); } function __destruct() { } public function fetch($sql) { $this->rs = mssql_query($sql) or die("Query execution fai... 阅读全文

posted @ 2005-07-17 19:19 ShineWayCN 阅读(782) 评论(0) 推荐(0)