Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. if ($consulta->rowCount() > 0){
  3. echo '<div class="profilepic" style="width: 50px; height: 50px;"></div>';
  4. }else{
  5. echo '<img src="upload/'.$consulta->perimg.'" class="" width="50px" height="50px" />';
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement