Im trying to forward a link from a domain I have...
For example http://...... mode=Clickcash&affiliate=TONE
but my link keeps changing to
http://...... mode=Clickcash&affiliate=TONE
How do I stop the "&" changing to "&"
Thanks, sleepy
Mohamed_E
12:33 am on Oct 1, 2003 (gmt 0)
How do I stop the "&" changing to "&"
Not quite sure what the problem is, more details would be helpful. But note that & is the correct encoding for &, which by itself is the prefix to character entities.
wkitty42
12:40 am on Oct 1, 2003 (gmt 0)
But note that & is the correct encoding for &, which by itself is the prefix to character entities.
which is why it needs to be encoded ;)
the browser is smart enough to decode it and send the proper character when the url is actually requested...
coosblues
4:03 am on Oct 5, 2003 (gmt 0)
The amp; will also allow the page to be validated through W3C - just a thought