OK..
I'm with you now, thank you.
If the user enteres some text, and I want to store it in the db, and then later display it..
A safe procedure that will protect me from malicious use of the system is to GPC it for TYPE_NOHTML, and then escape_string it also?
Please confirm.
-
Also, having done this..
If someone enters a ' or a &, by the time I get it back out of the db and back into the text area, it had & type codes rather than the characters. How do I handle these please?
Thanks again, I really appreciate this.
Simon
|