How to prepare Cyrilic and other variables for storing into MySql DB? (PHP)
        Posted  
        
            by Ole Jak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ole Jak
        
        
        
        Published on 2010-05-03T16:34:41Z
        Indexed on 
            2010/05/03
            16:38 UTC
        
        
        Read the original article
        Hit count: 271
        
How to prepare Cyrilic and other variables for storing into MySql DB? (PHP)
So I need realy simple way to prepare recived from browser $_GET[string] variables for storing into DB.
How to do such thing?
© Stack Overflow or respective owner