Home > Backend Development > PHP Tutorial > 想问一下论坛帖子的[锁定]、[置顶]是怎么实现的,和附件批量上传实例

想问一下论坛帖子的[锁定]、[置顶]是怎么实现的,和附件批量上传实例

WBOY
Release: 2016-06-13 10:17:48
Original
854 people have browsed it

想问一下论坛帖子的[锁定]、[置顶]是如何实现的,和附件批量上传实例
想问一下论坛帖子的[锁定]、[置顶]是如何实现的,批量上传,一次上传多个文件,有实际例子最好。

发我邮箱一下 谢了

[email protected]

------解决方案--------------------
帖子锁定可加一个字段 用来表示帖子的状态 比如 0 为可回复 1就为不可 如果为1回复框不要出现就可以
置顶也是一字段 最后的sql语句 order by ** 加多这一个字段来排序
批量上传的话 可 google php flash 批量上传

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template