I have a variable, lets say $peoplename, that have dynamic output
for example
or bryant
michael
like you see, sometime there is characther in the output, i want to replace that character in the output, please help what is looks like the right replacement code, this should be easy enough, already tried this but its looks like still not right
$nbsp = ;
$peoplenamereplaced = str_replace($peoplename, $nbsp, $peoplenamereplaced);



Reply With Quote



Bookmarks