Advertisement
idsystems

PHP_Ejercicio16

Jan 20th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <html>
  2. <head></head>
  3. <body>
  4.  
  5. <?php
  6. $dia=date("d");
  7. if ($dia<=10)
  8. {
  9.   echo "sitio activo";
  10. }
  11. else
  12. {
  13.   echo "sitio fuera de servicio";
  14. }
  15. ?>
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement