how to remove
onmousedown="return curwt(this, 'http://www.example.com/2009/07/content.html')" using str_replace( ), i know how to use this string but can not understand the way to configure this string to remove onmousedown="all content" in this way.
I have tried in this way: $result = str_replace("onmousedown''", " ", $result);
But it will not work.. any idea?
how to remove onmousedown=return curwt(this, ‘http://www.example.com/2009/07/content.html’) using str_replace( ) , i know how to
Share
I think that you want to use a regular expression
Or if it can be both apostrophes and quotes: