I am using php to get textarea value using post method but getting a weird result with that let me show you my code
Always (always, always, I'm not kidding) use htmlspecialchars():
htmlspecialchars()
echo htmlspecialchars($_POST['contact_list']);