This may be the silliest question, I’ve ever asked, but I just can’t find a solution…
I’m working with email notifications, but instead of writing the notifications, I want to show the users their notification list on my site.
now in my emails, i’m using:
<iframe width=100%; height:100% src='http://www.mysite.com/newsfeed/index.php?email=true&user=".$to_id."¬ification_type=messages'/>
but my email client (mail.app) keeps turning the &no in ¬ification_type into a special character…
any ideas that don’t involve changing the $_GET variable in my index.php?
You need to use html special chars in urls too:
Use
<a href=".&user=....&notification_type=.." >