unserialize problem in php
        Posted  
        
            by Kurt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kurt
        
        
        
        Published on 2010-05-22T14:22:03Z
        Indexed on 
            2010/05/22
            14:30 UTC
        
        
        Read the original article
        Hit count: 200
        
hi i'm using serialize/unserialize functions in php 5.2. the text to be stored is POSTed via a form. btw, no white-space before or after. if text contains " or ' it serializes successfully. the problem is it does not unserialize back. what i'm doing wrong?
© Stack Overflow or respective owner