I'm a newbie at PHP. Any help will be greatly appreciated! My logout button does not. I'm sure its an easy mistake..
In my admin_main.php I have this code:
<input type='button' value='Logout' onClick='admin_logout.php' class='button'>
admin_logout.php :
<?php
session_start()...