10. Hint: PHP的 $_REQUEST ….
• Quote: 「The variables in $_REQUEST are provided to the script
via the GET, POST, and COOKIE input mechanisms and therefore
could be modified by the remote user and cannot be trusted.」 ––
http://www.php.net/
• $_REQUEST 預設可以通吃 GET, POST, COOKIE (甚至是$_SERVER)
5.2版之前