I am using php5.3.6 and mysql 5.1.56 and CodeIgniter. Here is what I did.
Input some text in textarea, something like this:
what\'s this?
MySQL escapes the string, but when displaying the result back to you it will give you the same result as if it was unescaped.