Hi Travis, %26 replaces & in a url. so your url should read :
?Category=Tables%26Chairs&Category2=Leather you should probably have a look at the URLEncodedFormat function, that might help somewhat. regards mizdog! On 10/5/07, TJS <[EMAIL PROTECTED]> wrote: > > Hi, > > I was wondering whether anyone knew if coldfusion had a special > function that could read the & symbol passed into a URL - rather than > treating it as a URL appendage? > > i.e: > > ?Category=Tables&Chairs&Category2=Leather > > On the receiving page... > > Field1 = 'URL.Category' > Field2 = 'URL.Category2' > > My problem is that:- > > Field1 = Tables > -- and should be -- > Field1 = Tables&Chairs > > In my database, there are many & symbols, and when this is passed in > the URL, anything after the & symbol is dropped. > > Hopefully Coldfusion has an easy fix to this. > > Thanks in advance for any advice. > > Cheers, > > Travis. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
