You don't have to use addslashe. PHP automatically adds slashes to ['] character, the only wich is really problematic in mysql.
Just use stripslashes if you want to echo posted strings (to remove automatically generated '\').
Use nl2br function if you want your text to be displayed with new lines in html.