Php $_POST method to get textarea value

前端 未结 8 1293
一整个雨季
一整个雨季 2021-02-01 08:45

I am using php to get textarea value using post method but getting a weird result with that let me show you my code

8条回答
  •  醉梦人生
    2021-02-01 09:37

    //My Form
    
            
    //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

提交回复
热议问题