&并不总是显示为特殊字符

时间:2012-05-13 17:47:18

标签: php html email html-email

这可能是我曾经问过的最愚蠢的问题,但我找不到解决办法......

我正在处理电子邮件通知,但我没有写通知,而是希望向用户显示我的网站上的通知列表。

现在在我的电子邮件中,我正在使用:

<iframe width=100%; height:100% src='http://www.mysite.com/newsfeed/index.php?email=true&user=".$to_id."&notification_type=messages'/>

但我的电子邮件客户端(mail.app)不断将&amp; notification_type中的&amp; no 转换为特殊字符...

任何不涉及更改index.php中的$ _GET变量的想法?

2 个答案:

答案 0 :(得分:5)

您还需要在网址中使用html特殊字符:

使用<a href=".&amp;user=....&amp;notification_type=.." >

答案 1 :(得分:0)

使用此&amp;代替此&