0
What do they mean when they say the form will submit to itself if the action attribute is not there?
1 Answer
+ 1
It means, if you submit data from file form.php and attribute action is not set or the action value is null ( action="" ), data will be send to form.php itself.
Example : <form action="" method="POST">