In PHP how to access the data sent through the URL with the GET method?

In PHP how to access the data sent through the URL with the GET method?

$_GET” is the PHP super global variable which is mainly used to collect data from the HTML forms, by accessing the method=“get