I have three files that call each other like this:
Main – calls the second file through AJAX
Second – this file contains HTML and also php to return a response to the MAIN file
I also INCLUDE the third file in this second file
Third – calls another file through AJAX (The response works)
The issue is there is not response coming back between the main and second file. When I remove all HTML BODY etc then it works. But then the included thirds file with jquery wont work.