Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php function to remove underscore

$original = 'lets_go_to_the_beach_today_my_friend';

$replace = str_replace('_', ' ', $original, $count);

echo $count;
Source by phpcodehowto.blogspot.com #
 
PREVIOUS NEXT
Tagged: #php #function #remove #underscore
ADD COMMENT
Topic
Name
1+1 =