I made a simple page in html that when I received the login and a password it sends to another page where the data is verified, the problem is that when I put the "+" character in the password it simply does not arrive in the post, what arrives is an empty ".
The form header looks like this:
<form action="VerificaLogin.php"method="POST" enctype="multipart/form-data" accept-charset="iso-8859-1">
I have already changed the charset to UTF-8 and it did not work, I already changed the enctype to application / x-www-form-urlencoded / p>
How can I resolve this problem?