Fine-grained Authentication Example: Personal Phone Book
We end by giving an example of a fine-grained authentication.
It uses
Custom authentication in PHP
Encrypted passwords in the database
Sessions
Fine-grained access control: Add, Edit and Delete only for authenticated users
highlight_file("../hpersonalphonebook.php"); ?>
You can test the
Personal Phone Book here
.