Hi!
I am trying to lose the comma from a number formatted like X,XXX e.g 1,ooo before saving it in the database. How do I do this?
Thanks
Renato
str_replace(',', '', $number);