In this PHP programming lesson we learn about Review HTML Form Handling, superglobals Explained, Name and Action Attribute Explained in PHP, Guide. This lesson goes over the past lessons we covered in Codecademy’s Learn PHP course, section was HTML Form Handling in PHP, lesson Review. We go over the shorthand and long-hand PHP opening and closing tags. We also go over PHP superglobals and learn how to access different submitted form values. Learning to access form data through PHP is a considerable point in this section of the course and learning how we can use the action attribute to direct a user to a new URL after they submit a form was also very helpful. Learning how to access $_GET and $_POST data and $_REQUEST superglobals are very helpful in your PHP programming path. Learning how to utilize HTML Form handling in PHP is important, and make sure you practice the different concepts we covered to make sure you understand what is happening in the code! Make sure to practice accessing superglobal values and form values with PHP. Thanks for watching Review HTML Form Handling, superglobals Explained, Name and Action Attribute Explained in PHP, Guide.