0
I made a simple html page that when receiving the login and a password it send to another page where the data is checked, the problem is that when you put the character "+" in the password it just doesn’t arrive in the post, what comes is a blank " ".
The form header is so:
<form action="VerificaLogin.php"method="POST" enctype="multipart/form-data" accept-charset="iso-8859-1">
I already switched the charset to UTF-8 and did not give, already changed the enctype to application/x-www-form-urlencoded and it didn’t work either.
how can I solve this problem ?
Try placing a "/" bar before the "+"
– Maycon F. Castro
Post more details of your code, both sending and receiving data...
– Darlei Fernando Zillmer
Enter the code of
VerificaLogin.php
– MagicHat
I’m gonna test what the friend downstairs said, if I don’t, I’m gonna post the code here.
– Lucas Lima