lankinator
07-21-2007, 10:01 AM
I have tried to enter the str_replace string, but with the last part, in bold, str_replace("example","dd",$text);
it shows the value of $text, as it should i think.
now if i do,
str_replace("example","dd",$text);
str_replace("dynamic","dd",$text);
it will print the content of $text 2 times, because (i think) of the $text part....
how do you stop it from showing the content of $text more than once?
P.S - Sorry if i have confused you :confused:
it shows the value of $text, as it should i think.
now if i do,
str_replace("example","dd",$text);
str_replace("dynamic","dd",$text);
it will print the content of $text 2 times, because (i think) of the $text part....
how do you stop it from showing the content of $text more than once?
P.S - Sorry if i have confused you :confused: