If action
is set to ""
or if the action
attribute is missing, the form submits to itself. That is, if your script is index.php
, your form submits to index.php
.
If action
is set to ""
or if the action
attribute is missing, the form submits to itself. That is, if your script is index.php
, your form submits to index.php
.