摘要:
"; echo ""; } function go($url = ''){ echo ""; echo "正在为您跳转".$url.",如果您禁止了Javascript,请启用,否则请手工回到主页。感谢!"; exit; /*这个位置没有截断输出,会导致继续执行代码!*/ } ... 阅读全文
摘要:
1 function send_sms_all(){echo 0;die; //向所有实名认证用户群发,每次100 2 3 $sql = 'SELECT username FROM ych_user WHERE real_status!=0 and user_id not in(466,2,3,6,7)'; 4 //$sql = 'S... 阅读全文
摘要:
document.getElementById("imgCode").src = "/yanzheng/index/?" + Math.random(); 阅读全文
摘要:
$r = $this->db->query("SELECT * FROM ych_borrow WHERE user_id=2"); $r->result_array();//返回二位数组 $r->row_array();//返回第一条数据的一维数组 阅读全文
摘要:
PHP文件插入header("Content-type: text/html; charset=utf-8"); 相当于页面里面的 阅读全文
摘要:
下面是在php中输出html后用js提交表单 阅读全文
摘要:
echo $this->db->last_query();die; 阅读全文
摘要:
防止表单重复提交 Javascript和服务器端 双重防止表单重复提交演示 现在时间: \n"; echo $_POST["fpsess"]."\n";; echo $_POST["formtext"]; echo ""; exit; } else { echo "重复提交,退出!!!!\n"; echo ""; exit; } } ... 阅读全文
摘要:
/** * 生成令牌 * * @return string */ public function gen_token() { $hash = md5(uniqid(rand(), true)); ... 阅读全文
摘要:
全国失信被执行人名单查询 http://shixin.court.gov.cn/ 深圳市房地产信息系统 http://ris.szpl.gov.cn/ 中国证券投资基金业协会 http://baoming.amac.org.cn:10080/JJKSreg/page.htm 广东法院 http:// 阅读全文