摘要: <p>验证码</p><div><img id="yanz" src="{:captcha_src()}" alt="captcha" onclick="refreshVerify()" /></div><script> function refreshVerify() { var ts = Date 阅读全文
posted @ 2017-06-15 15:40 shjphp 阅读(149) 评论(0) 推荐(0)
摘要: <form id="yourformid" > <input type="text" name="yanz"> <input type="text" name="qwe"> <input type="text" name="ert"> <button type="button" id="sub">提 阅读全文
posted @ 2017-06-15 15:39 shjphp 阅读(85) 评论(0) 推荐(0)
摘要: <?phpnamespace Org;use phpmailer\phpmailer\PHPMailer;use think\Config;class SendEmail { private $from; private $to; private $data; private $objMail; / 阅读全文
posted @ 2017-06-15 15:37 shjphp 阅读(360) 评论(0) 推荐(0)