Guest User

Untitled

a guest
Jan 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. $yas = 12;
  3.  
  4. if($yas < 5)
  5. $ad = "bebek";
  6. elseif($yas < 20)
  7. $ad = "genc";
  8. else
  9. $ad = "ihtiyar";
  10.  
  11. echo "<img src=resim/$ad.jpg width=200 align=right>";
  12. ?>
Add Comment
Please, Sign In to add comment