PHP - Setting Database Info
        Posted  
        
            by 
                user1710648
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1710648
        
        
        
        Published on 2012-10-05T03:35:07Z
        Indexed on 
            2012/10/05
            3:37 UTC
        
        
        Read the original article
        Hit count: 192
        
First off, I'm sorry if this shows no code which is not what Stack Overflow is about..But I have no clue where to go on this. I have a basic CMS I made, and I am trying to distribute it. I want to make it so that upon going to /cms/install for example, they set the database info, and different info to integrate into the CMS. Now my issue is, what would be the best method to allow the user to store that database info? A cookie seems to not be the right way..Could I store database info inside of a database? Not too sure where to go on this. More or less. What is the best way to temporarily store the database information the user gave before arrival of the full CMS.
© Stack Overflow or respective owner