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>

2nd Jul 2020, 3:29 AM
Samir Bhandari
Samir Bhandari - avatar
1 Answer
+ 3
<form action="my.php" method="post"> </form>
2nd Jul 2020, 4:40 AM
Asha Malla
Asha Malla - avatar