0
Php web code
Is there a way to access the php code of a web page?
7 Answers
+ 6
actually no ,PHP is a Server side language only Server and web can read this code. The code we see on browser are only Client side code.
+ 2
No
+ 1
They canât access the source code. But if the php file is in your web root. Everyone else can use it. Thatâs why you should store your php file outside and connect to mysql with localhost.
0
If I write any sensible information in my php code and if this information is not programmed to be displayed, no-one can access it?
0
What do you mean by "web root"?
0
Yes, it is possible to access the php source code but only if the admin makes a huge mistake. But not many people are aware of that. But in average normal situations no.