In this video we are going make detail discussion about GET method which is defined in PHP. The GET method produces a long string that appears in your server logs, in the browser’s Location:box. The data sent by GET Method can be accessed using QUERY_STRING environment variable. The PHP provides $_GET associative array to access all the sent information using GET method.