Recommend this page to a friend! |
All requests ![]() |
> | simple user and password login | > | Request new recommendation | > | ![]() |
> | ![]() |
by Martin Meyers - 8 years ago (2015-01-22)
+7 | I need a simple file based login class. |
+3 |
There are plenty of login classes. Most of them use a database server to store records like MySQL or PostgreSQL because it is more robust than using files. If you really need to store your user records in a file, you can use a SQLite database file and access it using this package that relies on PDO, so it could be used to access SQLite database files. |
Recommend package | |
|