I am including 3 different PHP files on a page index.php using ajax on 3 different button clicks, but all these PHP files further requires another PHP file, lets say it a.php
So in this case I've included a.php in all three files I'm calling with ajax
Including a.php in all three files is not the right way to do it, I think
How can I make a.php included only once so that it works with all three?