Using preg_replace in mysql
        Posted  
        
            by Roshan 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Roshan 
        
        
        
        Published on 2010-03-24T06:26:39Z
        Indexed on 
            2010/03/24
            6:33 UTC
        
        
        Read the original article
        Hit count: 536
        
I have a CMS content in database. The content contains '<img src= .............../>' also. 
I want to retrieve this content using mysql query and show on frontend but with all '<img src='.........../>' removed from the content.
How can it be done using query in mysql?
© Stack Overflow or respective owner