Page 1 of 1

Save the + when posting a form

Posted: Sun Jul 04, 2010 1:49 pm
by lenton
When submitting a forum using the method GET the + gets lost when I try retrieve it using $_GET["q"].

Any ideas on stopping this from happening?

Re: Save the + when posting a form

Posted: Sun Jul 04, 2010 4:12 pm
by requinix

Re: Save the + when posting a form

Posted: Sun Jul 04, 2010 6:40 pm
by lenton
Ok, I solved my problem. I used javascript code to make it URL friendly.