To get all post data in PHP, we have to use the $_POST superglobal variable. You can retrieve the value of a specific key using $_POST['key'] ...
確定! 回上一頁