PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Im in the process of migrating to a new server. However, the new server is setup so with: '--enable-safe-mode'
I store my database connection and my classes below the document root. however, because of this setting I'm unable to get to the files and recieve a "open_basedir restriction in effect." error.
This is a dedicated server and I have access to the root. So I can change the PHP_INI file however, I was curious to know if this is a setting I should change...?