I keep receiving the error:
Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" instead)
This is line 10
if (isset($_GET['page']=="logout")) {
Here's the "entire" part of that code:
session_destroy();
echo '<script>document.location.href="shipper.php"</script>';
}