I want PHP function that convert phrase to 1 word
example :
"i want gogo" ==> "i_want _gogo"
Replace space with _
How can i do it ?
I want PHP function that convert phrase to 1 word
example :
"i want gogo" ==> "i_want _gogo"
Replace space with _
How can i do it ?