复制代码 代码如下:
include("adodb/adodb.inc.php"); //包含adodb类库文件
include("adodb/adodb-pager.inc.php"); //包含adodb-pager类库文件
$conn = NewADOConnection('mysql'); //创建adodb对象,声明数据库类型为MySQL
$conn->Connect("localhost", "root", "1981427", "test"); //连接数据库,其中mydb为数据库名
$sql = "select * from tablename1"; //定义要执行的SQL语句
$pager = new ADODB_Pager($conn, $sql); //根据连接对象和SQL语句创建分页对象
$pager->Render(3); //输出分页的页面,每页3条记录
?>
复制代码 代码如下:
include("adodb/adodb.inc.php"); //包含adodb类库文件
include("adodb/adodb-pager.inc.php"); //包含adodb-pager类库文件
$conn = NewADOConnection('mysql'); //创建adodb对象,声明数据库类型为MySQL
$conn->Connect("localhost", "root", "1981427", "test"); //连接数据库,其中mydb为数据库名
$sql = "select id as '编号', username as '姓名', password as '密码' from tablename1"; //定义要执行的SQL语句
$pager = new ADODB_Pager($conn, $sql); //根据连接对象和SQL语句创建分页对象
$pager->Render(2); //输出分页的页面,每页2条记录
?>

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version
Useful JavaScript development tools