security
So I'm concerned about security with my PHP pages, because I'm linking them to mySQL tables. As it is, I think I've made things fairly secure, but there's one way security can be compromised.
Is there any way I can retrieve a PHP page without having it parsed? That is, can I download index.php and read the actual PHP script, not the index.php in HTML form. [Did that make sense?]
Any way that can be done? If so, is there any way to safeguard my files from having that done to them?
Is there any way I can retrieve a PHP page without having it parsed? That is, can I download index.php and read the actual PHP script, not the index.php in HTML form. [Did that make sense?]
Any way that can be done? If so, is there any way to safeguard my files from having that done to them?
