Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php replace string within string

$new_string = str_replace( $take_out, $put_in, $string);
 
PREVIOUS NEXT
Tagged: #php #replace #string #string
ADD COMMENT
Topic
Name
7+4 =