PHP Classes

simple user and password login: User name and password login

Recommend this page to a friend!
  All requests RSS feed  >  simple user and password login  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

simple user and password login

Edit

Picture of Martin Meyers by Martin Meyers - 9 years ago (2015-01-22)

User name and password login

This request is clear and relevant.
This request is not clear or is not relevant.

+7

I need a simple file based login class.

Ask clarification

1 Recommendation

Secure PHP Login System: Register and login users using a database via PDO

This recommendation solves the problem.
This recommendation does not solve the problem.

+3

Picture of Manuel Lemos by Manuel Lemos Reputation 23760 - 9 years ago (2015-01-22) Comment

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
: 
: