This project is a simple and educational user authentication system built with PHP create by Ashikur Rahman Provat. It includes functionalities for user registration, login, and password recovery through email.
The PHP User Authentication System is a basic backend setup for user registration, login, and password recovery via email. For more details or to use the PHP mail function setup with ajax, visit arprovat.com.
- Frontend: HTML pages for user interface, leveraging AJAX to communicate with the backend.
- Backend: PHP scripts handle user data processing and authentication.
- Frontend: Contains HTML files for user interactions.
- Backend: PHP files manage registration, login, and password reset processes.
Client: Ajax, HTML
Server: PHP
- you must be need php supported server .
- then clone project in root folder
php_users_login.sql
file insert in database and collect database details.- then edit
backend/db.php
files with your database details.
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '';
$dbname = 'arprovat_github';
Contributions are welcome! If you'd like to improve the functionality, fix bugs, or add new features, feel free to fork the repository and submit a pull request.
If you encounter any issues or have suggestions for improvement, please open an issue
on GitHub.