The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#Include

Making sure a PHP script is accessible only through being included

This article shows how to make sure a PHP script is accessible only through being included in other scripts, and not by being accessed directly through its URL.

Making sure a PHP script is accessible only through being included