Forum Moderators: coopster

Message Too Old, No Replies

Link text changing when piping email

3D or not 3D!

         

elgumbo

9:35 am on Apr 7, 2006 (gmt 0)

10+ Year Member



Hi

I'm trying to pipe an email message to a php script which is working fine. But any links in the email are getting a little messed up.

eg

original email


email text and a link.
https://www.domain.com/new/booking.html?test=WW756&name=elgumbo

When I display the email after piping i see:


email text and a link.
https://www.domain.com/new/booking.html?test=3DWW756&name=3Delgumbo

Notice the 3D added after the ='s?

Anyone have an idea on why this is happening?

Thanks

dreamcatcher

9:48 am on Apr 7, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Possibly something to do with the URL encoding?

3D is the url encoded value of an equals sign.