Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php multi string to single string

$str = preg_replace("/[
]*/","",$str);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #multi #string #single #string
ADD COMMENT
Topic
Name
9+8 =