This tutorial briefly discusses the GET method in PHP. This is similar to the POST method, but it allows the user to see the data in the URL. This is commonly used to pass form data or direct the user to dynamic content. The next tutorial will illustrate how to combine GET with a form.