Home  >  Article  >  Backend Development  >  小弟我对生成PHP静态列表页的认识还不是很深,有人指教吗

小弟我对生成PHP静态列表页的认识还不是很深,有人指教吗

WBOY
WBOYOriginal
2016-06-13 11:15:40939browse

我对生成PHP静态列表页的认识还不是很深,有人指教吗?
我写的PHP生成内容静态页是可以生成了,但是对生成列表页还是有点迷惘,有没大神帮我指点一下,十分感谢

PHP静态列表页
------解决方案--------------------
列表页一般不真正生成静态页,但其中的翻页是a.php?id=1 a.php?id=2 a.php?id=3
要换成类似a_id1.html a_id2.html a_id3.html  的形式
内容页当然要生成了,就是a_id1.html a_id2.html a_id3.html。。。的静态页面
Statement:
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