View Single Post
  #1 (permalink)  
Old September 20th, 2004, 01:57 PM
realgone_ realgone_ is offline
Authorized User
 
Join Date: Sep 2004
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default Formatting Querystring Field Name

I have a unique problem with a querystring I am trying to pass using post. One of the fields (from an external source) is named 'ltldd' and within the querystring it looks like this "....&requestid=10&ltldd=P....". The problem is when I test the string on the receiving page I get "....&requestid=10<ldd=P...." It appears that the browser is interpreting the '&lt' in hex format and converting to "<" . Is there a way for me to format the name of the field to avoid this problem? I have no control over the name of the field. Any help appreciated.

Reply With Quote