Mega Code Archive
Categories
/
Php
/
Strings
Replacing Substrings
"; $mystring = substr_replace("Hello World", "0 w0", 4, 4); echo $mystring; ?>