Advertisement
Guest User

ZILLAAAAAAAAAAAAA

a guest
Mar 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. include 'cabecalho.html';
  4.  
  5. setlocale(LC_ALL, NULL);
  6. setlocale(LC_ALL, 'pt_PT');
  7. $mesgrande = gmstrftime("%B");
  8.  
  9. echo("<b><center>$mesgrande</center></b>");
  10.  
  11. $now = new \DateTime('now');
  12. $mes = $now->format('n');
  13.  
  14. echo("<img src=img/$mes.png> </img>");
  15.  
  16. include 'rodape.html';
  17.  
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement