cfqueryparam
I am trying to process a form with multiple words entered with a single <cfinput type="text"...> tag. When I try and process the form, I get this error:
"Parameter 1 of function SetVariable, which is now text, must be a syntactically valid variable name"
on the line of the <cfqueryparam> tag in the update query. If I enter a sinlge word into the form element, I don't get an error. any recomendations.
