I want to search the foullowing a
<style type='text/css\'>
and replace it with 'text/css'
i am using
$filenew = str_replace("'text/css\'" , "'text/css'", $filenew);
But it isn't working, How shall i make it to work ?
How do you use an escape character. is there some application that generates the code like this ?