Home > Backend Development > PHP Tutorial > PHP获取刷卡数据,该怎么处理

PHP获取刷卡数据,该怎么处理

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:16:36
Original
992 people have browsed it

PHP获取刷卡数据
做了一个PHP页面,有一项用户名需要手动输入。
现在有一个USB接口的刷卡器,想刷卡后php中的input这里直接就能获取到用户名,避免了手动输入的繁琐。
请问该如何实现呢?我现在毫无头绪。
------解决思路----------------------
刷卡後把信息寫入某個db或文件,這個需要刷卡器驅動與電腦相連。
然後 php讀取文件/db就可以了。
------解决思路----------------------
在当前页面使对应的INPUT设置为focus,即获得焦点,这时,你在刷卡器上刷卡时,刷卡器就可以直接把读取到的卡号送入到inpu中。你在当前页面写一个javascript脚本,用来不停的检索这个input里是否有内容,如果有内容,则停止检测input,并调用一个AJAX,向服务器端对应的PHP程序发出请求。我以前做过这个,可以实现。

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