mtd
06-23-2005, 07:54 PM
When I submit my form data, the decimals and spaces are removed and replaced with '_' -- How can I fix this when I print the values?
urldecode() and stripslashes() have not fixed the problem - how can I replace the decimals and spaces, respectively, where they are both replaced with the same _ char? If I use str_replace(), it replaces both decimals and spaces, but with the same character because they are both represented by the underscore. :confused:
urldecode() and stripslashes() have not fixed the problem - how can I replace the decimals and spaces, respectively, where they are both replaced with the same _ char? If I use str_replace(), it replaces both decimals and spaces, but with the same character because they are both represented by the underscore. :confused: