As we all know, you can see the html, css and javascript code of any page on the Internet (view the source code)
I tried to look at the php code of the websites and found that this was not possible.
Is it dangerous / unsafe (to ensure the security of websites) so that users can view php codes?
or is it just that php is a server-side scripting language?
source
share