Hello all, well this is my problem:
Let's say i'm inserting some text into <textarea>. Everything looks okay if i don't insert any single quotes, that needs to be backslashed. I don't need to use addslashes command because it allready includes it in the text.. anyway.. the next button is to preview to see how text looks.
And if i insert word foo's place's it will return me this (preview mode) -> foo\'s place\'s (isn't this ok?).. then i've got submit button where it takes all text from textarea and saves it into mysql database.. if i go check what has been saved is this -> foo\
Why? Thank you for answer..
Gregor