Alright so I have a text fied that I get input from and I want to echo that information out later.
I get it to enter in the database and echo it out however if the user hits enter in the text area or uses the characters in the parenthesis ( ' " ; : / \ { } [ ] ( ) < > . , ) it chokes.
How do I escape those characters?
Do I need to escape them before inserting them into the database?