May 4, 200520 yr I am passing information in a token that contains a space. for example:(-token.racing=Kodak Racing) When i ouput my token the results are as follows: Kodak+Racing. How would I go about getting rid of the special char? Thanks, Nick
May 4, 200520 yr Nick, use the fmxslt:url_decode() function. The opposite is the fmxslt:url_encode() function.
Create an account or sign in to comment