Hi All, Quick question.. well sort of. Any idea how to get form variables to work that contain dashes without doing a string replace?
I have an issue with Google Checkout. On their IPN or Callback, they pass back via post XML formatted variables that contain dashes, nonetheless, it gives an error to CF when trying to output. I am using the HTML callback but it still is formatted for use with XML it appears, which I am not an expert at in any way. I was hoping that there might be some bracketing that I could use to get this done. Here's an example of one of the callback variables: buyer-billing- address.structured-name.first-name I can get it to work using a string replace on the entire post string, then use a redirect to repost using the renamed variables, but that doesn't seem like a good fix to me especially since there is dashes in phone number for example and it could change the customers information. So... is it possible to use a variable with dashes by using brackets or anything like that, and if so, could you please provide an example using the variable I provided above. Thanks! -Bri ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4196 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
