Showing posts with label mysql. Show all posts
Showing posts with label mysql. Show all posts

Friday, April 8, 2016

How to remove underscore from a string in php


To remove underscore from a string in php, we can use the str_replace function, in fact you can also remove other character or other string, so not just underscore.