PHP uses the $_GET[] superglobal array to retrieve data from forms submitted via the GET method. This is a built-in associative array that automatically contains all data sent through the URL query string. Option B uses ASP syntax, while option D is missing the underscore prefix.