Guest User

Untitled

a guest
Jul 16th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. if{($LoggedUser['BonusPoints'] - (500/$SeedCount) >= 500)} {
  3. echo "0";
  4. } else {
  5. echo ($LoggedUser['BonusPoints'] - (500/$SeedCount));
  6. }
  7. if($LoggedUser['BonusPoints']= 0) {
  8. echo "&#8734;";
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment