SirCharles
Programmer
I'm using an html textarea with a Form and POST method. In the textarea I'm going to put these cahracters: = & < >. I want to save these to an Oracle database and retrieve them back as they were typed in. At the moment the these chars are being translated to junk chars. At least when I retrieve the text with what I thought should be these special characters, they are coming back differently - 2BD - stuff like this. Any ideas?