Any way to see php files firing on a website?

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
Roxie
Forum Newbie
Posts: 1
Joined: Sat Jan 22, 2011 6:08 am

Any way to see php files firing on a website?

Post 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?
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?

Post 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.
Post Reply