< form action="h.php" method="post"> Hello, can you explain the meaning of this passage in detail? Thank you
< form > The action attribute of the form label is the data submission target page. For example, your h.php means that the data in the form of this page is submitted to h.php. The method is to submit data in different ways, including post and get. The way to get data in h.php is also different.