Hello all,
I am relatively new to PHP and just finished up coding a basic login system with the aid of a very good little tutorial- but now I need to make certain pages visible only to a member once they have successfully logged in.
Code:
//checklogin.php
<?php
$host="hostname"...