PHP Load variables from external file
        Posted  
        
            by Adrian M.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adrian M.
        
        
        
        Published on 2010-04-09T15:30:47Z
        Indexed on 
            2010/04/09
            15:33 UTC
        
        
        Read the original article
        Hit count: 378
        
Hello,
How can I import a variable from an external file? What I want to do is to have a configuration file in which I can write all my website settings and then to import these settings to every file, so I can set the website skin and things like that..
How can I do this? Thanks!
© Stack Overflow or respective owner