how to write a statement to determine if the user is an admin? in php
My problem per my instructions You will need to add an additional field to the members table to specify who is an administrator. This will be manually populated by the database administrator (you) In the login.php file, you already assigned…