View Single Post
Old 03-05-2011, 05:16 PM   #2 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

I try that with this example
php Code:
echo str_replace("<wordfilter>","&lt;wordfilter>","<wordfilter>hwekljo </wordfilter>");
//returns: &lt;wordfilter>hwekljo </wordfilter>
 
I don't see a problem, maybe with the $thescripttemps?
tony is offline  
Reply With Quote
The Following User Says Thank You to tony For This Useful Post:
Tim Dobson (03-05-2011)