Peter B wrote: Sorry for the vague description. I a creating a website which involves logins and has private information stored on my database. I do not want wrongful access by anybody to my database information or to access anybody's accounts. I just want to make it as secure as possible against data manipulation or deletion. My logins are just standard text fields read in and compared using php to a database returned password value. Is this sort of login sufficient enough or should I create some extra precautions? Sorry about the vagueness but I really don't know much about storing and protecting private information online.