In this PHP programming lesson we take a look at Using the action attribute with HTML Forms, Handling HTML Forms with PHP, Forms action Attribute. Learning about forms is vital for any new PHP or HTML student. The action attribute allows us to navigate the user to a new URL after they submit a form. We often do not want to present the same form over and over after a form is submitted, so we are able to redirect our users to a new page after they have submitted our form. If you wonder how to redirect after submitting a form, then your answer is the action attribute. The action attributes value should be the URL of the page you want to direct your user to after the form is submitted. Learning how the action attribute works for HTML forms will help you become a better PHP developer. Make sure to practice HTML Form Handling in PHP to truly understand how it works. Understanding HTML Form handling is vital for any good web developer. Make sure to practice playing with HTML and PHP using HTML form handling. Thanks for watching Using the action attribute with HTML Forms, Handling HTML Forms with PHP, Forms action Attribute.