CodeNewbie Community 🌱

KING
KING

Posted on

user role based login system

is it possible or good practice to build a login system with three different user roles using php and MySQL? example roles like admin, client and other user. #help #php #MySQL

Top comments (0)

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);