#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