I am passing info to a php script with the get method but one of my variable's data needs to have an & in it. When calling the variable in php it treats the & as the end of the variable. Is there a way to get the & to show up or return the entire query string and parse it myself? (I tried \&, &&, and quoting the data, no good.)
Thanks