Answer the question
In order to leave comments, you need to log in
In the form tag, the action attribute doesn't point to a specific php file, why?
<form action="/j_spring_security_check">
</form>
Answer the question
In order to leave comments, you need to log in
Google:
single entry
mod_rewrite or similar
routing mechanism
In general - it is not always necessary to specify the target file for many reasons, for example it is an index file and it is not necessary to specify it, or everything is configured according to the above technologies.
And what is the problem? You were very vague
<form action="sendMessage.php" method="POST">
Введите сообщение<input type="text" name="message">
</form>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question