Home > Backend Development > PHP Tutorial > php-PHP固定页数翻页问题以及跳转

php-PHP固定页数翻页问题以及跳转

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-02 11:29:13
Original
989 people have browsed it

php

0) { // Show if not first page ?>
">第一页

0) { // Show if not first page ?>
">前一页

$i=1;
while($i {
?>



">


$i++;
}
?>


">下一个


">最后一页

这一段代码怎么修改,可以让他只显示固定的页数,以及能够进行固定页的跳转

Related labels:
php
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template