Count how many times an AJAX function is called?

ExplosiveMan

New member
Hey,

I've got some AJAX in my website that's being used to load a .php page. I'm looking to add a counter that will count how many times this function is called up and then display it on the page (Like a hit counter). A hit counter obviously won't work because it counts how many times the page is loaded, and the AJAX prevent the re-loading of the entire page and just the function.

Could anyone direct me towards something I'm looking for?
 
Back
Top