Home > Backend Development > PHP Tutorial > 添加地址链接

添加地址链接

WBOY
Release: 2016-06-23 14:39:50
Original
959 people have browsed it

我现在能给用户发送邮件,
但是这链接不能点。要怎么办他才能直接点连接就进去网站?qq邮箱里面可以,163之类的就不行了


回复讨论(解决方案)

你给他加a标签了没有

你给他加a标签了没有 万年老二哥。。我不会加a标签。。我给你贴下代码

$a = $c.'/reg/resetpw.php?p='.$str;$string ="独角兽网校提醒您:点击本段链接完成修改密码,或者复制本段信息到浏览器地址栏完成修改:".$a;
Copy after login
二哥 指导下

你给他加a标签了没有 我加了很多次 都没有成功

你给他加a标签了没有 二哥 一下是我的$a.他有一个随机生成的字符串

www.dujiaoshou.cn/reg/resetpw.php?p=bGVnZW5kbmFuLjZlMjAyN2ViYmFiNWRjMDgyZjg1N2MwMjE4M2RhYjIw
Copy after login

$a = $c.'/reg/resetpw.php?p='.$str;
$a = "$a";

$a = $c.'/reg/resetpw.php?p='.$str;
$a = "$a";
谢二哥
二哥
我是不是不适合做程序员?为啥在定义下$a这个地址都想不到啊

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