Recent content by Hesh Ryes

  1. H

    User authorization with php and mysql?

    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...
Back
Top