Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php convert spaces to underscores

$str = str_replace(' ', '_', $str);
 
PREVIOUS NEXT
Tagged: #php #convert #spaces #underscores
ADD COMMENT
Topic
Name
1+5 =