A functional Login & Signup system built using PHP and MySQL, featuring form input validation and user credential handling for a web-based interface.
- Register new users using email and password.
- Basic form validation: empty fields, password confirmation.
- User authentication based on stored credentials.
- Redirect to a dashboard or homepage after successful login.
- Basic input validation.
- Feedback for invalid credentials or missing fields.
- Session-based login (can be extended with logout features).
- Frontend: HTML, CSS
- Backend: PHP
- Database: MySQL