Hello everybody i need your help. I don't know where is my mistake on this coding can you help me to solve it . This is the code that I got wrong
<a href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-user icon-large"></i>
<?php
  echo $row['firstname']." ".$row['lastname'];  
?> 
<i class="caret"></i>
</a>
 
    