Problem adding suffix using implode
Posted: Mon Jul 26, 2004 3:43 pm
i appologize for re-opening this topic. i'm still having difficulty adding a suffix to a few different words in a string (deliminated by spaces) using explode and implode. the prefix gets added to all words properly.
feyd suggested:
however, this only adds the suffix to the last word of the string.
thanks for any more suggestions.
--brian
feyd suggested:
Code: Select all
$n_instrumentation = ' +' . implode(' +',$temp) . ' +';thanks for any more suggestions.
--brian