My question is: How do you allow single quotes in strings?
For example, I have a form, and a text box. It is set up to allow the user to enter their name. From there, it posts and feeds the data into a database.
I need to be able to allow single quotes (apostrophe) as some people's names have an apostrophe in their names, such as "O'Reilly".
Any suggestions?