SyntaxFix
Write A Post
Hire A Developer
Questions
This may help if someone want it in PHP
$variable ="candy_name=M&M"; $variable = str_replace("&", "%26", $variable);