您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. BluePage通用分页类助开发者提高开发效率5

  2. 程序示例: 以下为引用的内容: myGetCount( $strQuery , $dbconn ) ;//取得了记录数 //如果是SQLserver $intCount = $pBP->msGetCount( $strQuery , $dbconn ) ;//取得了记录数 $pBP->get( $intCount, 10 ); //取得分页数据 ?> 当然,我们并不鼓励将数据库操作放入分页类中 。 ...展开收缩
  3. 所属分类:其它

    • 发布日期:2009-02-17
    • 文件大小:1024
    • 提供者:mlxxsx
  1. 一个PHP+MSSQL分页的例子

  2. <? require "config.php"; dl("extensions/php_mssql70.dll"); if (!isset($page)) { $page=1; } if ($page<=0) { $page=1; }      $db=mssql_connect($local,$user,$pass);      mssql_select_db($name,$db);      $query=mssql_query("select count(*) as dat
  3. 所属分类:其它

    • 发布日期:2020-12-17
    • 文件大小:34816
    • 提供者:weixin_38738783