str_replace dynamic problem
Posted: Wed Apr 13, 2005 1:22 am
Can somebody tell me why this isn't working?
I want to cut the string out of the content.
If i type the $string as a word, not a variabel, it works.
Is there any way to do that?
$content = str_replace($string,'',$content);
many thanks
I want to cut the string out of the content.
If i type the $string as a word, not a variabel, it works.
Is there any way to do that?
$content = str_replace($string,'',$content);
many thanks