I have tried all these variations of the function... and keep getting a parse error...
$quant=str_replace(",","",$quant);
$quant=str_replace("\x2C","",$quant);
$quant=str_replace("2C","",$quant);
all generate a parse error... what am I doing wrong in the syntax?