资源简介
PHP生成二维码,并把参数传入数据库,最后轮询数据库检测登陆,简单易用
代码片段和文件信息
tle>Test tle>
ta charset=“utf-8“>
require_once(“mysql_connect.php“);
$randnumber = ““;
for($i=0;$i<9;$i++){
$randnumber.=rand(19);
}
mysql_query(“insert into login_record (randnumber) VALUES (‘$randnumber‘)“);
?>
“>
“>
ript>
function polling(){
var xmlHttp;
if(window.xmlHttpRequest){
xmlHttp=new xmlHttpRequest();
}else{
xmlHttp=new ActiveXobject(“Microsoft.xmlHTTP“);
}
xmlHttp.onreadystatechange=function(){
if(xml
- 上一篇:php自动生成缩略图“thumb.php”
- 下一篇:php图书管理系统实验报告
评论
共有 条评论