[Solved] .php file on website, source in html [closed]

[ad_1]

It would be a horrendous security hole if you could view source and see the underlying PHP code – you’d see database credentials, trade secrets, etc.

PHP is a server-side language. It gets executed on the server, usually to build HTML that then gets output to the browser.

[ad_2]

solved .php file on website, source in html [closed]