I am trying to echo out a certain "cat's" name and picture if it qualifies as Leader and it's "clan" as ThunderClan. Here is my code.. what is wrong with it?
<html>
<?php
include('connect.php');
error_reporting(E_ALL ^ E_NOTICE);
$username = $_SESSION['username'];
$query =...