Here's the issue. I have a web page storing fields into a database. Someone puts in something like server_name is "server%abc" as a field. I have several functions they can do on that field (like update) that passes them to "update_page.cfm?#server_name#"
Now when the #server_name# variable is resolved it is also resolving "%ab" in the middle of the variable name into some ascii character C or somethign like that.
So the general question is when I pass someone a link with a variable in it, how can I prevent the % sign from resolving? Or is there a way to escape it or what?
Same thing goes for all special characters probably, but especially the percent sign.
thanks.
Now when the #server_name# variable is resolved it is also resolving "%ab" in the middle of the variable name into some ascii character C or somethign like that.
So the general question is when I pass someone a link with a variable in it, how can I prevent the % sign from resolving? Or is there a way to escape it or what?
Same thing goes for all special characters probably, but especially the percent sign.
thanks.