האמת היא שלא בדיוק.... ניסיתי גם את זה
ההגדרה של הפונקציה
mysql_real_escape_string
	PHP קוד:
	
		
			
mysql_real_escape_string() calls MySQL's library function mysql_real_escape_string, which prepends backslashes to the following characters: \x00, \n, \r, \, ', " and \x1a. 
		
	
 ואחרי stripslasces נשאר לך \r\n בתוך ה TEXTAREA ..... והוא לא קורא את זה כירידת שורה...
כולכם מוזמנים לנסות...