I am debugging Ajax calls.
How to find out which specific PHP function is called when ajax is called?
I can only see the request and javascript code starting the request, but I donβt know how the request is processed on the server side?
I am currently checking all the PHP code, but I was wondering if there is an easier way.
thank
source
share