Hi everyone, i'm creating a website which will have an administrator section. The username/password screen will be viewable by everyone that comes to my website. I am using PHP with MySQL and one of the features that I'm currently using in my PHP code is cookies. What are some methods to keep my site secure and protected from hackers. If anyone can give me a list of 'warnings' and some tips to protect my site even more. Help would be greatly appreciated. Thank you
use $_POST, consider SSL for logins to section, use sessions to manage uses, track IPs, log user activity
the list is long but these are the basics
hth