PHP邮箱激活功能解决思路

WBOY
Release: 2016-06-13 13:34:34
Original
991 people have browsed it

PHP邮箱激活功能


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

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

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

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

谢谢

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

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

------解决方案--------------------
好汉,你自己写个密码算法即可。
这是这样做的,
PHP code
function Valid(){
(用户名id*16-32)字符串连上时间与input
} <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!