Home  >  Article  >  Backend Development  >  PHP分页显示图片的代码

PHP分页显示图片的代码

WBOY
WBOYOriginal
2016-06-13 12:08:001058browse

求一个PHP分页显示图片的代码
要用PHP分页显示文件夹中的图片。。代码该怎么写。。网上找了很久找到的也用不了
------解决思路----------------------

引用:
阿门。。各位大大们帮帮我吧
明智的做法是把你的图片的路径存进数据库。从数据库取数据分页就容易多了。
------解决思路----------------------
$imgs = array_chunk(glob('images/*.{gif,GIF,jpg,JPG,png,PNG}', GLOB_BRACE), 8);

然后将 $imgs 带入到你找到的分页类中
------解决思路----------------------
引用:
引用:
图片不多的话,直接把图片路劲集中放到一个变量或文本文件中,在js中用ajax或去每页要显示的图片路径就是了,然后的操作就是js操作了

大哥我PHP都不怎么会呢就要我搞JS。。我会屎掉的


穿好止尿库 屎就不会掉了...
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