3 $_GET and $_POST PHP loads the values for the URL parameters into an array ... There is another array called $_REQUEST which merges GET and POST data.
確定! 回上一頁