I tried to check this several ways, the options I used are listed below:
1) check using function_exists, called on the function from script11.php
2) check putting simple echo statements in all the scripts.
3) check using include_once return value. --> if(!@include_once('script11.php')) die("failed");
But none of the above could point me to the error, except they only confirmed that include_once is not working there.
Moreover, even the statements after include_once are also not executing.
Please help me out of this trouble.
Thanks in advance!