ice78991
Programmer
- Nov 20, 2006
- 216
I have heard that some browsers add whitespace onto strings sent in URl or Form variables and so you must use trim(..)
For example
Is it correct to say you do not have to use trim(..) when dealing with variables in all other scopes ?
For example
Code:
<cfif len(trim(url.str))> ...do sthg
Is it correct to say you do not have to use trim(..) when dealing with variables in all other scopes ?