mailing in php
Scott Jackman
scott.jackman at gmail.com
Thu Feb 10 20:18:48 MST 2005
Actually, a space is encoded as %20. The %22 is actually an encoded
quote; which happens to be the next character in the sequence.
Perhaps the trailing slash will solve your problem.
On Thu, 10 Feb 2005 19:58:11 -0700, Kenneth Burgener <kenneth at uvlug.org> wrote:
> Merrill Oveson wrote:
> > Everything works except when I recieve the email and click on the link I get
> >
> > http://www.strategisfinancial.com%22/
> >
> > what's with the %22, and how do I get rid of it?
> >
>
> %22 is the encoding for a space.
>
> The code you gave appears to be correct. I copied it and pasted and it
> works great on my server. Somehow a space is getting added to your code.
>
> Kenneth
> kenneth at uvlug.org
>
> .===================================.
> | This has been a P.L.U.G. mailing. |
> | Don't Fear the Penguin. |
> | IRC: #utah at irc.freenode.net |
> `==================================='
>
More information about the PLUG
mailing list