Guest User

Untitled

a guest
Jan 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?php
  2. $hr=date("G");
  3. $yr=date("Y");
  4. if($hr>=5&&$hr<12){
  5. echo"<h1>gudmng</h1>";}
  6. elseif($hr>=12&&$hr<18){
  7. echo"<h1>gudaf<h1/>";}
  8. elseif($hr>=18&&$hr<22){
  9. echo"<h1>gudevn<h1/>";}
  10. else{
  11. echo"<h1>gn8<h1/>;}
  12. $lpyr=false;
  13. if((($yr%4==0)&&($yr%100!=0))||($yr%400==0)){
  14. $lpyr=true;
  15. echo"<p>$yr is".($lpyr?"" : "not")."a leap yr<p/>";}
  16. ?>
Add Comment
Please, Sign In to add comment