jd2007 Posted July 11, 2007 Share Posted July 11, 2007 how do i replace two words in a string together ? Link to comment https://forums.phpfreaks.com/topic/59439-php-string-help/ Share on other sites More sharing options...
metrostars Posted July 11, 2007 Share Posted July 11, 2007 just join strings? $string = "$string1" . "$string2"; Link to comment https://forums.phpfreaks.com/topic/59439-php-string-help/#findComment-295349 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.