What is best practice for working with DB in Wordpress?
        Posted  
        
            by Steven
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Steven
        
        
        
        Published on 2010-06-12T09:54:45Z
        Indexed on 
            2010/06/12
            10:03 UTC
        
        
        Read the original article
        Hit count: 167
        
I'm developing a plugin for Wordpress, and I need to store some information from a form into a table in the DB.
There are probably lots of pages explaining how to do this, but I can't find them.
What are the best methods for storing data in WP using WP function?
© Stack Overflow or respective owner