I want only the administrator to be able to click on a certain link, and if a normal member clicks it, it would show "you are not authorized".
However, the page shows no matter who logs in, what is wrong with my codes?
<?php
session_start();
$HOST = 'localhost';
$USERNAME = 'root';
$PASSWORD...