brown2005 Posted November 6, 2007 Share Posted November 6, 2007 i want to take say word_word word3_word3 and have word word word3 word3 any ideas please? Link to comment https://forums.phpfreaks.com/topic/76254-solved-strip-word_word-into-word-word/ Share on other sites More sharing options...
atlanta Posted November 6, 2007 Share Posted November 6, 2007 <?php $test = "word_word"; $teststr = str_replace("_", " ", $test); echo $teststr; ?> Link to comment https://forums.phpfreaks.com/topic/76254-solved-strip-word_word-into-word-word/#findComment-385952 Share on other sites More sharing options...
brown2005 Posted November 6, 2007 Author Share Posted November 6, 2007 cheers mate... Link to comment https://forums.phpfreaks.com/topic/76254-solved-strip-word_word-into-word-word/#findComment-385964 Share on other sites More sharing options...
atlanta Posted November 6, 2007 Share Posted November 6, 2007 No problem if it worked hit the topic solved button.. -WILL-I-AM- Link to comment https://forums.phpfreaks.com/topic/76254-solved-strip-word_word-into-word-word/#findComment-385985 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.