How do I display variables with # in them?
Hello Cf peeps.
I let users of my site create unique usernames and upload pictures. They are then able to search those items for the exact name they entered.
Today a user signed up with the name goboy#4.
How can I avoid getting a cf error when on his profile page I output <cfoutput>#username#</cfoutput> where username = goboy#4?
Thanks!
