[Solved] Include php file which alreay includes another using jquery [closed]


Yes, it will work, but be sure that links in the “info.php” are connected properly.


e.g :

1- index.php
2- demo.php – includes (info.php).


loading(including) demo.php in index.php will make file “index.php” – load all contents of demo.php.

solved Include php file which alreay includes another using jquery [closed]