Home  >  Article  >  Backend Development  >  PHP邮箱激活功能解决思路

PHP邮箱激活功能解决思路

WBOY
WBOYOriginal
2016-06-13 13:34:34992browse

PHP邮箱激活功能


想问一下一般的做法是怎么样的 

并时也激活过,我想问下一般URL里的参数是什么,用户ID和用户名吗

如果用密码用什么函数转码的?

如果加个有效时间参数呢,用户自行修改链接参数可以延长?

谢谢

------解决方案--------------------

探讨
并时也激活过,我想问下一般URL里的参数是什么,用户ID和用户名吗

------解决方案--------------------
好汉,你自己写个密码算法即可。
这是这样做的,
PHP code
function Valid(){
(用户名id*16-32)字符串连上时间与input
} <div class="clear">
                 
              
              
        
            </div>
Statement:
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