Problem with img path in Linux
        Posted  
        
            by simple
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by simple
        
        
        
        Published on 2010-05-30T16:29:30Z
        Indexed on 
            2010/05/30
            16:32 UTC
        
        
        Read the original article
        Hit count: 289
        
I am facing an issue while uploading a formatted text/html to the db, things work fine under the WAMP but when doing in LAMP I an having the backslash added to the quotes
string(114) "<p>
    <img alt=\"\" src=\"/ckfinder/userfiles/images/aboutkg.jpg\" style=\"width: 607px; height: 221px;\" /></p>
"
I am using a Zend_Form and ckeditor. And I am pretty sure I am missing something simple m what is it?
© Stack Overflow or respective owner