03-05-2011, 01:06 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Feb 2010
Posts: 69
Thanks: 16
|
Str _replace Issue
Hey guys i have been trying to get the hang of the str_replace only have a little issue
i can have
PHP Code:
$thescripttemps = str_replace("<wordfilter>","<wordfilter>",$thescripttemps);
Now that works andit will replace them with no issue, the issue i have is that $thescripttemps contains </wordfilter> and turns it in to <wordfilter aswell which i do not want. Any suggestions? Thanks!
|
|
|
|