PHP Login Page (MySQL)
================

Package: php-login-mysql
Source: Globaltuts.com — Download Codes

Requirements
------------
- PHP 8+ and MySQL (MAMP, XAMPP, or Laragon)
- Web browser

Setup
-----
1. Copy this folder to your web server (e.g. htdocs/php-login-mysql).
2. Import database.sql in phpMyAdmin (creates database `globaltuts_codes`).
3. Edit config.php if your MySQL username/password differ.
4. Open http://localhost/php-login-mysql/ in your browser.

Demo login (where applicable)
-----------------------------
Email: demo@globaltuts.com
Password: Demo@123

Files are for learning only. Review security before production use.
