0
Help
Fill in the blanks to submit the form to a page called my.php using the POST method. <form action="   .php "    ="post">  </form>
1 Answer
+ 3
<form action="my.php" method="post">
</form>
Fill in the blanks to submit the form to a page called my.php using the POST method. <form action="   .php "    ="post">  </form>