ryel01 Posted February 27, 2007 Share Posted February 27, 2007 Hi I'm trying to include a long Url in an email message that's sent via php. Problem is that it's breaking the long url up into blocks of 989 characters, and inserting a return in between - effectively breaking the url link. Can anyone tell me how to stop the wrapping so the Url is kept as one long line? Thanks, Regan Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted February 27, 2007 Share Posted February 27, 2007 make it shorter Quote Link to comment Share on other sites More sharing options...
btherl Posted February 27, 2007 Share Posted February 27, 2007 If you need more information, you can store it on the server and put a reference to that information in the url. For example http://www.site.com/?id=12345 Then, id 12345 will be associated with the full data on your server. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.