When passing a variable ($user_name) to a Form using header redirection, and trying to display it in a text box, it gets chopped at the first %.
For example, "John%20Jones" simply becomes "John" in the Form text box (using the VALUE=<? $user_name ?> construct).
Does anyone know of a PHP conversion function to correctly translate this into "John Jones" ?