1👍
I found my own mistake, in the form html element I have action="POST", it should be method="POST"
so it should be:
<form method="POST">
Source:stackexchange.com
1👍
I found my own mistake, in the form html element I have action="POST", it should be method="POST"
so it should be:
<form method="POST">