Reputation:
Is a php/mysql web application secure in a password protected folder on a (reputable) hosted server?
Thanks for any insight you can provide!
Upvotes: 1
Views: 208
Reputation: 14455
Not if the person hacking you has your password.
Make sure your hosting provider is taking measures against hacking attempts, also that there are firewalls on their networks. I have read a tutorial about safe PHP Coding practices and it is awesome. Check it out:
http://www.addedbytes.com/php/writing-secure-php/
Good Luck.
Upvotes: 1