Posted by Philip Ronan on 12/07/05 17:08
"BLob" wrote:
> I am using htmlMimeMail (from www.phpguru.org) to send a confirmation email
> to the user. The message has to have some links with parameters like this:
> <a href="urltomysite/confirm.php?a=6987456">confirm</a>. But when I look at
> the email it has
> <a href=3D"urltomysite/confirm.php?a=3D6987456">confirm</a>
>
> Wich means that confirm.php receives $a = "3D6987456" instead of $a =
> "6987456".
No it doesn't. Look at the email headers. Can you see one that says
"Content-Transfer-Encoding: quoted-printable"? I suggest you find out what
that means.
--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/
[Back to original message]
|