whats wrong ?
$query = "select name from tabl ";
if($run = mysqli_query($con,$query)){
  while($row = mysqli_fetch_assoc($run)) {
      echo $row['name'].'<br>';
      echo $row['username'];
  }
values in the name index are shown. i'm getting this error for username here is the database
 
     
    