I am using php to get textarea value using post method but getting a weird result with that let me show you my code
//My Form Post //your text area get value to URL //print the value using get echo $_GET['post']; //url must be like this http://localhost/blog/home.php?post=asdasdsad&post_comment= //post value has asdasdsad so it will print to your page