Skip to content

Kporame/php-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Simple PHP Login + Register System

ระบบล็อกอิน + สมัครสมาชิก แบบง่าย ๆ เขียนด้วย PHP + MySQL + Tailwind CSS


🚀 Features

  • ✅ Login ด้วย username / password
  • ✅ Register สมัครสมาชิกใหม่ (hash password อัตโนมัติ)
  • ✅ ใช้ bcrypt (password_hash) ปลอดภัย
  • ✅ UI สวยงามด้วย Tailwind CSS
  • ✅ มี Dashboard และ Logout

📂 Project Structure

login-db-demo/
 ├── config.php       # การเชื่อมต่อฐานข้อมูล
 ├── index.php        # ฟอร์ม Login
 ├── register.php     # ฟอร์ม Register
 ├── dashboard.php    # หน้า Dashboard หลัง Login
 ├── logout.php       # ออกจากระบบ
 └── users.sql        # สร้างฐานข้อมูลและตาราง users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages