https://github.com/mkwapisz2000/php-user-management-system
The PHP User Management System is a simple user management system built with PHP and MySQL. It allows users to register, log in, update their profiles, and provides an admin panel for user management.
https://github.com/mkwapisz2000/php-user-management-system
admin-panel authentication backend email-system html-css mysql newsletter open-source php web-development
Last synced: 2 months ago
JSON representation
The PHP User Management System is a simple user management system built with PHP and MySQL. It allows users to register, log in, update their profiles, and provides an admin panel for user management.
- Host: GitHub
- URL: https://github.com/mkwapisz2000/php-user-management-system
- Owner: MKwapisz2000
- Created: 2024-07-05T18:34:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T19:40:39.000Z (over 1 year ago)
- Last Synced: 2025-05-31T22:06:13.244Z (about 1 year ago)
- Topics: admin-panel, authentication, backend, email-system, html-css, mysql, newsletter, open-source, php, web-development
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: newsletter.sql
Awesome Lists containing this project
README
**Project Description - English**
The PHP User Management System is a simple user management system built with PHP and MySQL. It allows users to register, log in, update their profiles, and provides an admin panel for user management. The system
also includes session security and data validation.
Features
- User registration and login (secure password storage)
- Session management (logout, access security)
- Admin panel for managing users (viewing user list, deleting accounts)
- Basic UI design using HTML and CSS
- Form validation
- MySQL database support (storing user information)
Technologies Used
- PHP (backend)
- MySQL (database)
- HTML, CSS (frontend)
- PHP Sessions (user authentication)
- SQL CRUD (Create, Read, Update, Delete)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
**Opis projektu - Polski**
Projekt PHP User Management System to prosty system zarządzania użytkownikami napisany w PHP i wykorzystujący MySQL jako bazę danych. Umożliwia rejestrację użytkowników, logowanie, edycję profilu, a także
funkcjonalność administratora do zarządzania użytkownikami. System zawiera również zabezpieczenia sesji i walidację danych.
Funkcjonalności
- Rejestracja i logowanie użytkowników (hasła są przechowywane w bezpieczny sposób)
- Obsługa sesji (wylogowanie, zabezpieczenie dostępu)
- Panel administratora do zarządzania użytkownikami (wyświetlanie listy użytkowników, usuwanie kont)
- Podstawowy interfejs użytkownika napisany w HTML i CSS
- Walidacja formularzy
- Obsługa bazy danych MySQL (przechowywanie informacji o użytkownikach)
Wykorzystane technologie
- PHP (backend)
- MySQL (baza danych)
- HTML, CSS (frontend)
- PHP Sessions (zarządzanie użytkownikami)
- SQL CRUD (Create, Read, Update, Delete)