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?
Any way to see php files firing on a website?
Moderator: General Moderators
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
Re: Any way to see php files firing on a website?
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.
You may be interested in learning about debugging, unit testing, and other helpful methods of figuring out your PHP code.