Guest User

Untitled

a guest
Feb 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. while($row = $result->fetch_assoc()){
  2. echo '<tr>
  3. <!--Photos first-->
  4. <td><center>s';
  5. if(!empty(trim($row['photo']))){
  6. echo "<img src='.$row['photo'].' class='img-circle' height='100px' width='100px'> ";
  7. echo '<br>.$row["username"]. <br></td>';
  8. }
  9. }
  10.  
  11. unexpected $EOF, expecting TSTRINg TVARIABLE T NUM STRING
Add Comment
Please, Sign In to add comment