Home > Backend Development > PHP Tutorial > javascript - 来个问题:在编辑页面中,我把数据库中原有的内容填充到页面上,然后用户会修改并且提交给我,我要怎么判断这些数据是否被改动过?

javascript - 来个问题:在编辑页面中,我把数据库中原有的内容填充到页面上,然后用户会修改并且提交给我,我要怎么判断这些数据是否被改动过?

WBOY
Release: 2016-06-06 20:30:05
Original
1276 people have browsed it

我的方法:将原来的数据编码放到页面中,然后获取到,再将数据库中的内容编码进行比较。

回复内容:

我的方法:将原来的数据编码放到页面中,然后获取到,再将数据库中的内容编码进行比较。

用户数据提交这个动作你能控制吗?
如果你能控制的话,就在前端判断,在用户每次修改前保存原始数据,在用户修改过程中检查内容是否修改过,如果修改过允许用户提交,否则不提交.....
如果你不能控制,那只能再后台进行了,不过这样好没效率的说

加一列哈斯值,新数据提交后计算哈斯值与原有的哈斯值比较。

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