Tools Tags
Backend Development
PHP
Empire CMS website management system-secondary development manual
Classified information paging list program writing example
directory
Tools Tags
Classified information paging list program writing example
|
|
<?php //--------Paging parameters -------- //-------- Query SQL -------- $listpage=page1($num,$line,$page_line,$start,$page,$search);//Get paging navigation db_close(); //Close the MYSQL link |
| <?php if(!defined('InEmpireCMS')) { exit(); } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>分类信息分页列表</title> <link href="template/images/style.css" rel="stylesheet" type="text/css"> </head> <body> <br> <br> <br> <table width="500" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC"> <tr> <td height="25"><strong>分类信息分页列表:</strong></td> </tr> <tr> <td height="25" bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <?php while($r=$empire->fetch($sql)) //循环获取查询记录 { $titleurl=sys_ReturnBqTitleLink($r); //标题链接 ?> <tr> <td width="74%" height="25"> <img src="template/images/arrow.gif" border="0" align="absmiddle"> [<a href="<?=$public_r[newsurl]?>e/action/ListInfo.php?classid=<?=$r[classid]?>&ph=1&myarea=<?=$r[myarea]?>"><?=$r[myarea]?></a>] <a href="<?=$titleurl?>" target="_blank"> <?=esub(stripslashes($r[title]),32)?> </a></td> <td width="26%"><div align="center"> <?=date('Y-m-d',$r[newstime])?> } ?> </td> </tr> <tr> <td height="30" bgcolor="#FFFFFF"> <div class="epages" > <?=$listpage?> </div></td> </tr></table></body> </html> | Note: The template can be visually produced with Dreamweaver. The blue part of the code does not allow direct access to the template file.
Hot AI Tools
Undress images for free
Online AI tool for removing clothes from photos.
AI-powered app for creating realistic nude photos
AI image generator for creative art from text prompts.
AI powered investment research for smarter decisions
Hot Article
Hot Topics
20516
7
13629
4
Popular tool
Easy-to-use and free code editor
Chinese version, very easy to use
Powerful PHP integrated development environment
Visual web development tools
God-level code editing software (SublimeText3)














![Getting Started with PHP Practical Development: PHP Quick Creation [Small Business Forum]](https://img.php.cn/upload/course/000/000/035/5d27fb58823dc974.jpg)