i am trying to execute the query below using wampserver in php.
$query = "SELECT Servername,IPAddress,LiveStatus,
                 Location,BranchType,Entity 
          FROM t_applicationstatus 
          Where Entity='BAGI'";
$result=mysqli_query($con,$query);
it is giving me the above error.
 
     
    