I'm facing a basic language problem (as I see it), and I can not solve it. I have a form and I'm getting the form data via Jquery and throwing it to a file to mount a PDF. But this data is being sent via $ _GET.
But one of the fields is text, and I noticed a situation where if the user places the '&' character, the text is lost, due to the way the data is sent.
I know I could resolve sending data via POST, however I can not submit the form.