Home > Backend Development > PHP Tutorial > php邮件发送跟短信验证

php邮件发送跟短信验证

WBOY
Release: 2016-06-13 12:21:22
Original
1329 people have browsed it

php邮件发送和短信验证
最近在做的这个项目需要实现这两个功能,在百度是找这些插件,效果没出来
------解决思路----------------------
要一个发送短信的接口
生成随机的验证码,用接口发送给用户,并存入数据库和手机号做好对应,还可以做过期
用户收到短信,输入验证,去数据库查询,是否对应和过期
------解决思路----------------------
要向运营商买个短信接口的,他们会给你一个调用文档的,要钱的
------解决思路----------------------
发送短信要找运营商买个帐号。然后就可以了。收费的。

Related labels:
php
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