regex - Need a remove \" from image src in php -


i need replace \" image src.

i have 1 form , use fck editor details , when upload image , submit form after below value in post

<img scr="\"http://test.in/public/admin/uploadfiles/lighthouse(2).jpg\""> 

so need remove \" starting , \" end display me. try ltrim() , strreplace() when put other things replace each place need replace in img scr must start , end \" only

any why this. think possible using regular expression have not enough knowledge it.

please suggest me idea.

disable magic_quotes in php config, edit text error occurs correct.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

mysql - Pass value between different pages (form) with PHP -