Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if ($etapa1 > 69) {
  2. $comp='<img src="img/icons/graduate.png" alt="">';
  3. } elseif ($etapa2 > $etapa1) {
  4. $comp='<img src="img/icons/graduate.png" alt="">';
  5. } elseif ($etapa3 > $etapa1) {
  6. $comp='<img src="img/icons/graduate.png" alt="">';
  7.  
  8. } elseif ($etapa4 > $etapa1) {
  9. $comp='<img src="img/icons/graduate.png" alt="">';
  10.  
  11. } else{
  12.  
  13. $comp='<img src="img/icons/alert_graduate.gif" alt="">';
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement