I am trying to send a GET message that contains strings with ampersands and can\'t figure how to escape the ampersand in the URL.
Example:
http://www
This may help if someone want it in PHP
$variable ="candy_name=M&M"; $variable = str_replace("&", "%26", $variable);