Skip to content

al-mohad/Tailoring-Management-System-in-PHP

Repository files navigation

How to run project:
1) Create a database called multi_login
2) create a table users with the following fields:
	- id - int(11)
	-username - varchar(100)
	-email - varchar(100)
	-user_type - varchar(20)
	-password - varchar(100)
3) Start apache and mysql and launch site on browser
4) In order to create an admin, use a client like phpmyadmin and manually create a user with user_type admin. Use this user to login and be able to create other users.
Thanks
Get more at codewithawa.com

About

A Tailoring management system implemented using PHP and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages