Page 1 of 1

PHP code execution tracking

Posted: Mon Sep 24, 2007 12:34 pm
by hippypink
Perhaps this sounds like a pipe dream, but is there a way to log (or track) every single line of code that is being executed by my PHP application? Same goes for MySQL.

Posted: Mon Sep 24, 2007 12:42 pm
by feyd
Yes, and yes.

Posted: Mon Sep 24, 2007 12:42 pm
by aaronhall
Sounds like you want a dynamic quine. Why do you want to do that?