Home > Backend Development > PHP Tutorial > php-如何获得用户在页面上的所有操作并存储下来?

php-如何获得用户在页面上的所有操作并存储下来?

WBOY
Release: 2016-06-02 11:34:44
Original
849 people have browsed it

phpjavascripthtmlwebjs

apache+mysql+php环境下,我如何获得用户在页面上的所有操作?
我在网上并没有找到解决方法,或许因为我找的方法不对。
但我想的两个方法不知道是否可行,有没有哪位大拿可以帮我看下,指出是否可行及代码!
两个方法:
1.用js的事件,这个事件可以获得当前页面的所有操作,在页面中操作时就会触发到这个事件,同时在这个事件中记录当下的事件,并存放到文件或者数据库。(我查找了下这个事件,但是没有发现)
2.还是js,但是在记录事件的过程存放在页面的每一个可能操作的事件中,操作当前页面的某个事件时,记录操作。

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