Hi all, second question in the day, sorry about that. I'm trying to make a form that submits some that to my mail account. Everything is working fine, but. I want a text field to send the text as this:
User writes: Two Words
I get: Two%20Words
I understand the Get method sends text as this, but is there any way, to send text as this using the POST method? Maybe using some kinda of Script? or the way PHP receives the data.
TIA for your answer.