Guest User

Else if example

a guest
Apr 29th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.05 KB | None | 0 0
  1. if($score < 10){
  2.  
  3. }else if($score > 3){
  4.  
  5. }else{
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment