How to find .php code and files on the server when checking elements from an Internet browser?

When I use Firebug to inspect my web page elements, I can’t identify the .php code it uses and the php file where I can find this code from the server. Is there any other way to get it from To find the PHP code snippet in the browser?

Thank you very much,

Arthur

You can edit the source code for printing. Maybe HTML comments like:

I actively try to hide the PHP file used to generate any specific HTML output because it poses a serious security threat.

When I use Firebug to inspect my web page elements, I cannot identify the .php code it uses and the php file where I can find this code from the server. Is there any other way to find it from the browser PHP code snippets?

Thank you very much,

Arthur

You can edit the source code for printing. Maybe HTML comments such as:

I actively try to hide the PHP file used to generate any specific HTML output because it poses a serious security threat.

Leave a Comment

Your email address will not be published.