Page 1 of 1

Any way to see php files firing on a website?

Posted: Sun Jan 23, 2011 10:17 pm
by Roxie
I use FF to checkout css files,js, and inspect various elements on my website, but is there a way to see php files firing behind the scenes?

So assume Yahoo was running on php and had an answers.php file that compiles this page, is it possible to see it?

Re: Any way to see php files firing on a website?

Posted: Sun Jan 23, 2011 10:53 pm
by d3ad1ysp0rk
No, it is processed on the server, your browser has no access to the code itself.

You may be interested in learning about debugging, unit testing, and other helpful methods of figuring out your PHP code.