Free Articles and Tutorials: PHP
This page contains a listing of free articles and tutorials.
PHP
How to Include a Secure PHP Configuration File
When developing PHP applications, it’s important to keep your configuration files secure. A common mistake is placing these files under the web root, where they can potentially be accessed by anyone with a web browser. This guide will walk you through securely storing your configuration files outside of the web root and modifying your PHP setup to include them.
Blog