I am trying to come up with a simple loop that takes each character from a string and converts it to its ASCII equivalent. I tried using split(), but since there is no delimiter that's no good.
I would output a string from a database field, and convert it to { (example) but it would still render correctly when viewing it in a browser window.
I would output a string from a database field, and convert it to { (example) but it would still render correctly when viewing it in a browser window.