Which of the following statements are true ?
$_GET is an array retrieved by the script via the HTTP GET method
$_GET
$_POST is an array retrieved by the script via the HTTP POST method
$_POST
$_GET is an array retrieved by the script from the URL parameters
$_GET is the best choice to pass on passwords and confidential information