|
So I know that any PHP code that you have on a webpage doesn't show up when you view source as it is run server side and only the HTML output is shown, but how easy is it for someone to get access to that script. For example, say I have a site that you login with. Once you hit submit, it accesses another script for authentication. That script contains the address, name, username and password of the database I need to access to authenticate.
How easy is it for someone to actually look at that php coding and get that information. Any suggestions on how to better blockade that information.
|