A responsive and modern Login Page integrated with PHP and MySQL for backend authentication. Ideal for web apps and systems that require secure user login functionality.
- 🌐 Fully responsive HTML & CSS frontend
- 🔐 Secure backend with PHP
- 🗃️ MySQL database integration for user authentication
- ✅ Input validation (HTML + PHP)
- 🧠 Easy to customize and integrate into larger projects
- HTML5
- CSS3
- PHP
- MySQL
No frameworks used — pure and lightweight stack.
To run this project locally, follow these steps:
Login_Page/
├── index.html / index.php
├── style.css
├── login.php
├── db.php
├── dashboard.php
└── database/
└── login_db.sql
git clone https://github.com/alpha007-cmd/Simple-Login-Page
cd Login_Page
- XAMPP / WAMP / LAMP (PHP + MySQL)
- Web browser
- Start Apache and MySQL from XAMPP/WAMP.
- Import the database:
- Open phpMyAdmin.
- Create a new database (e.g.,
login_db). - Import the provided
.sqlfile located in the project folder (if available).
- Configure the Database Connection:
- Open
db.phpor any backend connection file. - Update the credentials:
- Open
$host = 'localhost';
$user = 'root';
$password = '';
$db = 'login_db';
- Run the App:
- Place the project folder inside the
htdocs(XAMPP) orwww(WAMP) directory. - Navigate to
http://localhost/Login-Pagein your browser.
- Place the project folder inside the
Contributions are welcome! Feel free to fork the repo and make a pull request.
Athul(alpha007-cmd)
Made with 💻 and ☕ for developers and learners.
For any support or issues, feel free to open an issue or reach out.