搜索资源列表
zhuanli
- PHP分页显示制作详细讲解,相信对大家有所帮助
php+xml+ajax
- php+xml+ajax 无刷新分页
php留言板
- 基于php和mysql的精美留言本,可完成分页、用户登录、管理等功能
php分页查询
- php 多表分页查询
化工厂仓库管理系统PHP版
- P源码,化工厂,仓库管理,管理系统,某化工厂仓库管理系统PHP版,功能模块:入仓查询、出仓登记、入仓登记、基础数据、备份恢复、出仓查询、库存统计、权限管理、操作日志…… 2011-6-21加入thinkphp的自带的工具类,解决验证码、分页无法显示的问题
page
- 用PHP做的一个分页的程序,分页效果不错!可直接使用-Using PHP to do a paging procedure, paging good results! Can be directly used
pageFunction
- 非常 简单实用的一个php分页函数。已经过严格测试。-Very simple and practical function of a php page. Has been rigorously tested.
phppage
- php分页技术希望能帮助大家,欢迎家我QQ369512105.此程序来自网络-php paging technology to help everyone, welcome home my QQ369512105. this program from the network
j_13051_phpte
- 简易文章系统 我的第一个php程序 简单文章显示,欢迎大家交流学习! 联系方式:QQ 595589591 本系统采用php+access环境不需要将数据转到mysql,采用div+css,使页面更短小,浏览更快,分页优化,使服务器响应更迅速.欢迎爱好php的朋友交流学习-as above
luntanfenye
- 纯JSP分页代码 这是从一个PHP分页代码改的,没有异常处理,也没有利用java面向对象的特点,仅能帮助了解分页的逻辑和页码处理,供参考。源码中带有mysql中的数据库,方便调试,请下载。 -Pure JSP pagination code This is from a PHP pagination code change, there is no exception handling, but also did not make use of java object-oriented
page
- php的一个分页类,代码可用,具体流程自己可以参详。-php page in a category, the code can be used, the specific processes they can reference.
downfile
- PHP分页,实现跳转分页,全选,取消,全部删除-PHP paging, paging achieve jump, full selection, cancel, delete all
class.page.php
- 自己封装的PHP分页类,使用方便,功能强大,通用性好-php source code,for pagination
php_page_class
- 很有用的PHP分页代码 已经做成类 很有用的PHP分页代码 已经做成类-PHP page useful code has been made very useful PHP class code has been made of the paging class
fenye_class-PHP
- php分页一直是很重要的,这个我们公司开发的php底层分页类,给大家分享一起学习哈!-php page has been very important, the bottom of our pages developed php class, learn to share with Ha!
php
- php分页例子实现读取mysql数据分页显示-PHP paging example to read MySQL data paging display
一个分页的类
- 一个关于如何合理分页的类 直接可以在 html 中嵌套方法
分页类
- 面向对象的分页类,附有分页类所使用的CSS超级好
php_mysql
- php+mysqli完整示例代码,包含连接数据库,选择数据库,会员列表查询及数字分页符的分页功能,会员短信宝ajax验证注册,管理员密码修改,及网站配置管理等功能(PHP + mysqli complete sample code, including connection database, select database, membership list query and digital pagination character pagination function, member me
一个php分页显示类
- 简介:介绍一个php分页显示类,配合MYSQL数据库使用,类没有提供连接数据库的功能,需在外部建立数据库连接。默认每页显示记录数,如果没有设置,就使用默认值,显示当前页及总页数,显示翻页按钮,包括首页、下页、上页、未页,显示跳转页选择框,一次性显示所有按钮组件。