<p class="intro">一个典型的PHP分页实例代码分享,学习php的朋友肯定用得到,主要是了解思路。</p> <p id="con_all"> </p> <p id="con_ad1"></p> <p id="con_ad8"></p> 代码如下: <br> <br> <br> <br><meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <br><title>php make page list</title> <br><style type="text/CSS"> <BR><!-- <BR>.page a:link { <BR>color: #0000FF; <BR>text-decoration: none; <BR>} <BR>.page a:visited { <BR>text-decoration: none; <BR>color: #0000FF; <BR>} <BR>.page a:hover { <BR>text-decoration: none; <BR>color: #0000FF; <BR>} <BR>.page a:active { <BR>text-decoration: none; <BR>color: #0000FF; <BR>} <BR>.page{color:#0000FF;} <BR>--> <BR></style> <br> <br> <br><table width="530" height="103" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC"> <br><tr> <br><th width="30" height="38" bgcolor="#E3E3E3" scope="col">ID</th> <br><th width="500" bgcolor="#E3E3E3" scope="col"></th> </tr> </table>