Hello, how can remove a plus sign between words, this occur when I try to insert a item from list item into a mysql DB.
The service, sends the string like this: "calle+los+derivas+33-44+zona+12"
I already tried to remove with a JS function and it shows me ok, but in DB it remains ! Why would this happen?